Skip to content

2.2.0

Choose a tag to compare

@koggdal koggdal released this 06 Jul 21:39
· 11 commits to master since this release
  • 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.