Skip to content

Decompose Matrix Array

Ryan Porter edited this page Feb 25, 2018 · 2 revisions

decomposeMatrixArray

Constructs arrays of transform components by decomposing an array of matrices.

Attribute Name Description Attribute Type
inputMatrix (im) A matrix array. matrixArray
inputRotateOrder (iro) Rotate order of the transforms. enum
outputTranslate (ot) Position components of a transform. pointArray
outputRotate (or) Rotation components of a transform Euler rotations. eulerArray
outputQuat (oq) Rotation components of a transform Euler quaternions. quatArray
outputScale (os) Scale components of a transform. vectorArray
outputShear (osh) Shear components of a transform. vectorArray
Clone this wiki locally