-
Notifications
You must be signed in to change notification settings - Fork 7
Unpack Euler Array
Ryan Porter edited this page Feb 25, 2018
·
1 revision
Unpacks an Euler Array into individual Euler rotations and angle array components.
Attribute Name | Description | Attribute Type |
---|---|---|
inputRotate (ir) | Array of Euler rotations that will be unpacked. | eulerArray |
outputRotate (or) | The individual Euler rotations from inputRotate . |
doubleAngle3 |
outputRotateX (orx) | The X component of outputRotate . |
doubleAngle |
outputRotateY (ory) | The Y component of outputRotate . |
doubleAngle |
outputRotateZ (orz) | The Z component of outputRotate . |
doubleAngle |
outputAngleX (oax) | X components of the individual Euler rotations from inputRotate . |
angleArray |
outputAngleY (oay) | Y components of the individual Euler rotations from inputRotate . |
angleArray |
outputAngleY (oaz) | Z components of the individual Euler rotations from inputRotate . |
angleArray |