Skip to content

1.3.3-SNAPSHOT release

Pre-release
Pre-release
Compare
Choose a tag to compare
@httpdigest httpdigest released this 01 Jul 19:06

Changes to the 1.3.2-SNAPSHOT release:

  • JOML is now being deployed to Sonatype.org starting with this 1.3.3-SNAPSHOT release!
  • added Matrix4.determinant3x3() and .transpose3x3()
  • added Matrix4.ortho2D() and .setOrtho2D() - works like the GLU function
  • added Matrix4.orthoSymmetric() and .setOrthoSymmetric() - takes just width and height
  • added Matrix4.unprojectInv() with Vector3 'winCoords' parameter
  • added Vector2d(Vector2f) constructor