-
Notifications
You must be signed in to change notification settings - Fork 7
Unpack Vector Array
Ryan Porter edited this page Feb 25, 2018
·
3 revisions
Unpacks an array of vectors into individual elements, expressed as X, Y, and Z components.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inputVector (iv) | An array of vectors. | vectorArray |
| outputVector (ov) | The individual vectors from the inputVector array. |
double3[] |
| outputVectorX (ovx) | The X component of outputVector. |
double |
| outputVectorY (ovy) | The Y component of outputVector. |
double |
| outputVectorZ (ovz) | The Z component of outputVector. |
double |
| outputX (ox) | The X components of inputVector. |
doubleArray |
| outputY (oy) | The Y components of inputVector. |
doubleArray |
| outputZ (oz) | The Z components of inputVector. |
doubleArray |