-
Notifications
You must be signed in to change notification settings - Fork 7
Rotate Vector Array
Ryan Porter edited this page Feb 25, 2018
·
2 revisions
Returns the vectors in inputVector rotated by another input.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inputVector (iv) | A vector array. | vectorArray |
| inputQuat (iq) | A quaternion array. Ignored unless operation is 'Rotate by Quaternion'. |
quatArray |
| inputRotate (ir) | An Euler rotation array. Ignored unless operation is 'Rotate by Euler Rotation'. |
eulerArray |
| inputAxis (iax) | A vector array representing a pivot axis. Ignored unless operation is 'Rotate by Axis/Angle'. |
vectorArray |
| inputAngle (ia) | An angle array representing a rotation around inputAxis. Ignored unless operation is 'Rotate by Axis/Angle'. |
angleArray |
| operation (op) | Selects the method by which inputVector is rotated: Axis/Angle, Euler Rotation, Quaternion |
enum |
| outputVector (ov) | Result of rotating inputVector. |
vectorArray |