Values of the matrix, that is stored in column major order.
Rotate the matrix around the normalizedAxis
and return new Matrix4x4.
This method does not mutate the matrix.
Rotate the matrix around x-axis and returns new Matrix4x4
.
This method does not mutate the matrix.
Rotate the matrix around y-axis and returns new Matrix4x4
.
This method does not mutate the matrix.
Rotate the matrix around z-axis and returns new Matrix4x4
.
This method does not mutate the matrix.
Scale the matrix and returns new Matrix4x4
.
Returns values
as string.
Translate the matrix and returns new Matrix4x4
.
This method does not mutate the matrix.
Returns a frustrum projection matrix.
Returns an identity matrix.
Returns "look at" matrix.
Returns an orthographic projection matrix.
Returns a perspective projection matrix.
Returns rotation matrix around normalizedAxis
. normalizedAxis
must be normalized.
Returns rotation matrix around x-axis.
Returns rotation matrix around y-axis.
Returns rotation matrix around z-axis.
Returns scaling matrix.
Returns translation matrix.
Generated using TypeDoc
4x4 Matrix of single-precision float numbers.
Values are stored in column major order.