1.10.4
Breaking Changes
- Remove non-const methods from Matrix4f/dc interfaces - those were in there by mistake (4d3a4f3)
Additions
- Quaternion.getEulerAnglesZXY() - (1c1922f)
- Quaternion.getEulerAnglesYXZ() - (f5ede55)
- Matrix4.[set]perspectiveOffCenterFov() - (21db7f0, 82539ae)
- Matrix4/4x3.translationRotateInvert() - (aad9dfc)
- Matrix4.[set]perspectiveOffCenterFovLH() - (c88d4da)
Fixes
- Intersection.intersect/testSphereSphere() - (#304) (1ba8c57)
- Setting matrix properties in Matrix4.negateX/Y/Z() - (280d561)
- Matrix4x3f.invert(Matrix4f) - m33 element was set to 0.0 instead of 1.0 (01ae4f0)
Miscellaneous