( class Matrix3 implements Matrix<Matrix3> )
Creates an identity matrix.
Initialises the matrix with the supplied n11..n33 values.
Float32Array with matrix values.
Array<number>
number
Array<number>
Array<number>
Transposes this matrix in place.
Transposes this matrix into the supplied array r, and returns itself.
Array<number>