Skip to content

1.10.1

Compare
Choose a tag to compare
@httpdigest httpdigest released this 08 Mar 19:40
· 162 commits to main since this release

Additions

  • Reintroduce Intersectionf/d classes - temporarily moved to joml-primitives in the 1.10.0 release (51fd2fe)
  • Matrix4x3.scaleAround() - (0b464dc)
  • Matrix.set(int, Buffer) - (#281) (7fd5da7)

Fixes

Miscellaneous

  • Implement java.lang.Cloneable for all classes - (#279) (2236936)
  • Use Math.fma() in Matrix4.project() - (23fd272)
  • Fix JavaDocs of Matrix4(x3).arcball(..., dest) - (ffc5962)
  • Use Math.fma() in more Matrix4f.rotate*() methods - (b6f3bf9)