Static methods
staticcopyFromArray(self:Mat4, array:ArrayAccess<Float>, index:Int):Dynamic
staticcopyFromArray<T>(arrayLike:T, index:Int):Mat4
Copies matrix elements in column-major order from a type that supports array-read access
staticcopyIntoArray(self:Mat4, 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