Calculate the adjoint, or adjugate, of this Matrix.
Make a clone of this Matrix3.
Calculate the determinant of this Matrix.
Set the values of this Matrix from the given array.
The array to copy the values from.
Set the values of this Matrix from the given Quaternion.
The Quaternion to set the values of this Matrix from.
Reset this Matrix to an identity (default) matrix.
Invert this Matrix.
Apply a rotation transformation to this Matrix.
The angle in radians to rotate by.
Transpose this Matrix.
A three-dimensional matrix.
Defaults to the identity matrix when instantiated.