Create a new Mat3 instance. It is initialized to the identity matrix.
Matrix elements in the form of a flat array.
Static
Readonly
IDENTITYA constant matrix set to the identity.
Static
Readonly
ZEROA constant matrix with all elements set to 0.
Reports whether two matrices are equal.
The other matrix.
True if the matrices are equal and false otherwise.
Copies the contents of a source array[9] to a destination 3x3 matrix.
An array[9] to be copied.
Self for chaining.
A 3x3 matrix.