10.3.0
- Bugfix: Java copies of
Point2PointJoint
pivot locations not updated by setters - Bugfix: overflow/underflow in
Vector3f.length()
- Added the
setRotation()
method to theTransform
class. - Added the
set(int, int, float)
method to theMatrix3f
class. - Added
lerp()
methods to theMyMath
andMyVector3f
classes. - Increased use of double-precision arithmetic in the
MyMath
class. - Built using Gradle v6.8.3 .