Constructor of 3*3 matrix.
Default 1 column 1, row 1
Default 0 column 1, row 2
Default 0 column 1, row 3
Default 0 column 2, row 1
Default 1 column 2, row 2
Default 0 column 2, row 3
Default 0 column 3, row 1
Default 0 column 3, row 2
Default 1 column 3, row 3
An array containing the elements of the matrix (column matrix).
elements[0] first column and first row value m11 elements[1] first column and second row value m12 elements[2] first column and third row value m13 elements[3] second column and first row value m21 and so on
Set the value of this matrix, and return this matrix.
This matrix
Static
addStatic
equalsStatic
invertStatic
lerpStatic
multiplyStatic
normalStatic
rotateStatic
rotationCalculate a rotation matrix from a quaternion.
The quaternion used to calculate the matrix
The calculated rotation matrix
Static
scaleStatic
scalingStatic
subtractStatic
translateStatic
translationStatic
transposeGenerated using TypeDoc
Represents a 3x3 mathematical matrix.