Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
joml-1.10.5-sources.jar | 2022-08-31 | 692.0 kB | |
joml-1.10.5.jar | 2022-08-31 | 712.1 kB | |
1.10.5 source code.tar.gz | 2022-08-31 | 729.2 kB | |
1.10.5 source code.zip | 2022-08-31 | 837.9 kB | |
README.md | 2022-08-31 | 1.6 kB | |
Totals: 5 Items | 3.0 MB | 0 |
Breaking Changes - Rename Matrix4.projViewFromRectangle() to perspectiveOffCenterViewFromRectangle() - (https://github.com/JOML-CI/JOML/commit/8cc09c2b41ccc19c1fd799211038cd8f5cd9fe1a)
Additions - Quaternion.mul(scalar) - (https://github.com/JOML-CI/JOML/issues/316) (https://github.com/JOML-CI/JOML/commit/313e8390f59017831052aadd71f27d2d23e7e6b4) - Matrix2d.getTransposed([int, ]FloatBuffer)/getTransposedFloats() - (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c) - Matrix3d.getTransposed()/getTransposedFloats() - (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c) - Matrix3x2d.getTransposed()/getTransposedFloats() - (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c) - Matrix4d.getTransposed([int, ]FloatBuffer)/getTransposedFloats() - (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c)
Fixes - Matrix2.mulComponentWise() - Thanks to @TheIceCreamBear (https://github.com/JOML-CI/JOML/issues/310) (https://github.com/JOML-CI/JOML/commit/44177d8329ab824a9a88e118ab17a31c0fe9a692) - Vector2f.round() - Thanks to @xupwup (https://github.com/JOML-CI/JOML/issues/314) (https://github.com/JOML-CI/JOML/commit/be615b3b805a25bc94e6b129f36df60210ff69b5) - Matrix2d.getTransposed(Buffer) - (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c) - Matrix4x3d.getTransposedFloats(ByteBuffer) - Thanks to @theagentd (https://github.com/JOML-CI/JOML/issues/317) (https://github.com/JOML-CI/JOML/commit/d99f4f08ee19980151d21a3710f17c8281e8223c)