An object representation of a Matrix4, where each value is represented as:
Matrix4
m11 m12 m13 m14m21 m22 m23 m24m31 m32 m33 m34m41 m42 m43 m44
Matrix4 arrays can be converted to an object using toObject.
An object representation of a
Matrix4
, where each value is represented as:Matrix4
arrays can be converted to an object using toObject.