An array of 9 numbers representing a 3x3 matrix
Static
Readonly
IDENTITYA static Matrix3 object representing the identity matrix
Sets the elements of the Matrix3 in column major order.
The first element in the first column
The second element in the first column
The third element in the first column
The first element in the second column
The second element in the second column
The third element in the second column
The first element in the third column
The second element in the third column
The third element in the third column
Sets the elements of the Matrix3 in row major order.
The first element in the first row
The second element in the first row
The third element in the first row
The first element in the second row
The second element in the second row
The third element in the second row
The first element in the third row
The second element in the third row
The third element in the third row
Static
composeStatic
copyStatic
fromCreates a new Matrix3 object from 9 numbers representing a column-major matrix
A new Matrix3 object created from the given numbers
Number in column 1, row 1
Number in column 2, row 1
Number in column 3, row 1
Number in column 1, row 2
Number in column 2, row 2
Number in column 3, row 2
Number in column 1, row 3
Number in column 2, row 3
Number in column 3, row 3
Static
fromCreates a new Matrix3 object from 9 numbers representing a row-major matrix
A new Matrix3 object created from the given numbers
Number in row 1, column 1
Number in row 1, column 2
Number in row 1, column 3
Number in row 2, column 1
Number in row 2, column 2
Number in row 2, column 3
Number in row 3, column 1
Number in row 3, column 2
Number in row 3, column 3
Static
makeStatic
makeStatic
makeStatic
makeStatic
multiplyStatic
transformStatic
transformGenerated using TypeDoc
Creates a new Matrix3 object and initializes the mat array with the given values.