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)
In-place matrix scaling.
In-place translate by (v, 1).
Returns transposed matrix.
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 orthographic projection.
Returns perspective projection.
Make a scaling matrix.
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.