( class Matrix3 implements Matrix<Matrix3> )
Creates an identity matrix.
Float32Array with matrix values.
Use {@link Matrix3#toArray .toArray()} instead.
Multiplies this matrix by m.
Sets this matrix to a x b.
Use vector.applyMatrix3( matrix ) instead.
This method has been removed completely.
Transposes this matrix in place.
Transposes this matrix into the supplied array r, and returns itself.
Generated using TypeDoc
( class Matrix3 implements Matrix<Matrix3> )