1.10.1
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
- Vector4.set(array) - Thanks to @brunesto (#278) (4b002f1)
- Aliasing bug in Matrix4.scaleAround() - (130ecb3)
- Aliasing bug in Matrix4.frustum()/frustumLH() - (dceb7e8)
- Matrix3x2f.get3x3(buffer) when using sun.misc.Unsafe - Thanks to @nickthecoder (#280) (57bbb18)
Miscellaneous