Returns rotation matrix along axis X.
Returns rotation matrix along axis Y.
Returns rotation matrix along axis Z.
Returns inverse of matrix 2x2.
Returns inverse of matrix 3x3.
Returns inverse of matrix 4x4.
Returns a pointer to content.
In-place rotation by (v, 1)
Returns transposed matrix.
Returns camera projection
Returns a constant matrix.
Makes a diagonal matrix from a vector.
Construct a matrix from columns.
Construct a matrix from rows.
Returns an identity matrix.
Returns lookAt projection.
Returns perspective projection.
Make a scaling matrix.
* Transform a Vector4 by a Matrix4.
Make a translation matrix.
Fields definition.
T = Type of elements. R = Number of rows. C = Number of columns. O = Matrix order. It can be RowMajor or ColumnMajor.