First column vector of the matrix.
Second column vector of the matrix.
Third column vector of the matrix.
Human-readable description string for this matrix instance.
Returns the scalar determinant of this matrix.
StaticidentityReturns a mat3 identity matrix.
Returns the inverse of this matrix.
StaticmakeMultiplies all elements of this matrix by a scalar value and returns the result.
Returns a string representation of this matrix.
Returns the transpose of this matrix.
StaticzeroReturns a mat3 with all elements set to zero.
A 3x3 matrix type supporting common linear algebra operations.