Releases: koggdal/matrixmath
Releases · koggdal/matrixmath
2.2.2
2.2.1
2.2.0
- Add Matrix#copy() to cheaply copy the data from another matrix.
- Add Matrix#isIdentity() to test if the data in the matrix represents the identity matrix.
- Optimize code for scenarios where a lot of matrix operations happen often (animation loops etc). The code will now try to create new internal objects/arrays as rarely as possible for the calculations.
2.1.0
- Add Matrix#toLogString() for easy logging output for debugging.