Constructor
Variables
Methods
decomposeMatrix(inMatrix:Matrix):Void
Extract the rotation from inMatrix
and stores it as a quaternion inside the [m12,m13,m21,m23] component
instead of the rotation being mixed with the scale.
recomposeMatrix(inMatrix:Matrix):Void
Inverts the operation of decomposeMatrix
, giving back a normal transformation matrix from a decomposed one