Static methods
staticcopyFromArray(self:Mat3, array:ArrayAccess<Float>, index:Int):Dynamic
staticcopyFromArray<T>(arrayLike:T, index:Int):Mat3
Copies matrix elements in column-major order from a type that supports array-read access
staticcopyIntoArray(self:Mat3, array:ArrayAccess<Float>, index:Int):Dynamic
staticcopyIntoArray<T>(arrayLike:T, index:Int):T
Copies matrix elements in column-major order into a type that supports array-write access