-
Notifications
You must be signed in to change notification settings - Fork 7
Vector Array Binary Operator
Ryan Porter edited this page Feb 25, 2018
·
2 revisions
Returns the result of a binary operation using two vectors as the operands.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inputVector1 (iv1) | Left hand operands of operation. |
vectorArray |
| inputVector2 (iv2) | Right hand operands of operation. |
vectorArray |
| operation (op) | Selects the binary operation from: Add, Subtract, Cross Product | enum |
| outputVector (ov) | Results of operation. |
vectorArray |