|
1 | 1 | # Release log for the Libbulletjme project
|
2 | 2 |
|
| 3 | +## Version 14.4.0 released on 20 May 2022 |
| 4 | + |
| 5 | ++ When allocating direct buffers, specify *native* byte order. |
| 6 | ++ Added math methods: |
| 7 | + + `FastMath.pow(float, float)` |
| 8 | + + `MyMath.modulo(float, float)` |
| 9 | + + `MyMath.standardizeAngle(float)` |
| 10 | + + `MyMath.toDegrees(float)` |
| 11 | + + `MyMath.toRadians(float)` |
| 12 | + + `MyVector3f.accumulateScaled(Vector3f, Vector3f, float)` |
| 13 | + + `Transform.loadIdentity()` |
| 14 | + + `Vector3f.divide(Vector3f)` |
| 15 | + + `Vector3f.mult(float)` |
| 16 | ++ Added math constants: |
| 17 | + + `FastMath.TWO_PI` |
| 18 | + + `MyMath.DEG_TO_RAD` |
| 19 | + + `MyMath.RAD_TO_DEG` |
| 20 | + + `MyMath.rootHalf` |
| 21 | + + `MyVector3f.firstAxis` |
| 22 | + + `MyVector3f.lastAxis` |
| 23 | ++ Added string methods: |
| 24 | + + `MyString.escape(CharSequence)` |
| 25 | + + `MyString.quote(CharSequence)` |
| 26 | ++ Added validation methods: |
| 27 | + + `Validate.axisIndex(int, String)` |
| 28 | + + `Validate.finite(float, String)` |
| 29 | + + `Validate.nonEmpty(String, String)` |
| 30 | ++ Log the filename passed to `System.load()` in order to simplify debugging. |
| 31 | + |
3 | 32 | ## Version 14.3.0 released on 11 April 2022
|
4 | 33 |
|
5 | 34 | Added the `GearJoint` class.
|
|
0 commit comments