Vector Math
Overview
Performs a vector-based mathematical operation between two Vector3 input values.
Inputs
| Name | Type | Description |
|---|---|---|
| Value 1 | Vector3 | First input vector. |
| Value 2 | Vector3 | Second input vector. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | Any | Result of the selected vector math operation. |
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Operation | VectorMathOperations | VectorMathOperations.Add | Mathematical operation to apply between Value 1 and Value 2. |
Behavior Notes
- If one of the inputs are a list, then the output is also a list.