Skip to content

Releases: Kright/ScalaGameMath

v0.2.4

13 Nov 19:28

Choose a tag to compare

Add more helper methods.
Add tests: implement RK4 on top of this library and test precision.

v0.2.3

08 Nov 10:38

Choose a tag to compare

  • add methods +, -, +=, -= for Quaternions
  • add extension method Double * T, for Matrices, Quaternions and Vectors

0.2.2

30 Oct 20:47

Choose a tag to compare

fix minor bugs, add methods to classes

Add rigid body physics

23 Oct 16:43

Choose a tag to compare

Add Runge-Kutta and Euler differential solvers.

Add rigid body physics

20 Oct 22:51

Choose a tag to compare

Add classes for rigid body physics in 3d, fix some bugs.

first version of the lib

12 Oct 08:43

Choose a tag to compare

added:

  • Vector2d, Vector3d, Vector4d,
  • Quaternion
  • EulerAngles
  • Matrix2d, Matrix3d, Matrix4d