You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.