Skip to content

Compose Matrix Array

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

composeMatrixArray

Constructs a array of matrices from the input transform components.

Attribute Name Description Attribute Type
inputTranslate (it) Position components of a transform. pointArray
inputRotate (ir) Rotation components of a transform Euler rotations. eulerArray
inputQuat (iq) Rotation components of a transform Euler quaternions. quatArray
inputScale (is) Scale components of a transform. vectorArray
inputShear (ish) Shear components of a transform. vectorArray
inputRotateOrder (iro) Rotate order of the transforms. enum
useEulerRotation (uer) If True, inputRotate will be used to orient the matrices. Otherwise, inputQuat will be used. bool
outputMatrix (om) A matrix array. matrixArray