Skip to main content

Vector Math

Overview

Performs a vector-based mathematical operation between two Vector3 input values.


Inputs

NameTypeDescription
Value 1Vector3First input vector.
Value 2Vector3Second input vector.

Outputs

NameTypeDescription
OutputAnyResult of the selected vector math operation.

Parameters

NameTypeDefaultDescription
OperationVectorMathOperationsVectorMathOperations.AddMathematical 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.