-
Notifications
You must be signed in to change notification settings - Fork 7
Decompose Matrix Array
Ryan Porter edited this page Feb 25, 2018
·
2 revisions
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 |