Creates a new mat3, defaulting to identity values.
The first column of the matrix.
The second column of the matrix.
The third column of the matrix.
Returns a string representation of the matrix.
Returns the determinant of the matrix.
Static
identityReturns the identity matrix.
Returns the inverse of the matrix.
Static
makeReturns a string representation of the matrix.
Returns the transpose of this matrix.
Static
zeroReturns a matrix with all zero values.
A 3x3 matrix.