Array with matrix values.
Creates a new Matrix4 with identical .elements to this one.
Computes and returns the determinant of this matrix.
Resets this matrix to the identity matrix.
Inverts this matrix, using the analytic method. You can not invert with a determinant of zero. If you attempt this, the method produces a zero matrix instead.
Transposes this matrix.
Generated using TypeDoc
A class representing a matrix. See the ngx3js docs page for details.