Constructor. Take and store the Mat3's values
Getter for the Mat3's determinant
Getter for the Float32Array form of the Mat3
Getter for the readable string form of the Mat3
Clone the Mat3
a new Mat3 with the same values as this one
Reset the Mat3's values to match the identity matrix
Create a Mat3 representing a rotation by a given angle (radians)
Useful convenience method effectively equivalent to Mat3.rotate(new Mat3(), <angle>)
the angle to rotate by
the rotation Matrix
Create a 3x3 projection matrix for a given screen width and height
the width of the screen
the height of the screen
the 3x3 projection matrix
Class representing a 3x3 Matrix and providing static utilities for mathematical operations