Cross product
Performs the cross product of two vectors.
Inputs
-
vector 1
- The first vector value to perform the function on.
-
vector 2
- The second vector value to perform the function on.
-
normalize
- Sets whether to normalize the resulting vector or not.
-
reverse
- Sets whether to reverse the direction of the resulting vector or not.
Outputs
-
result
- The cross product of the input vectors.
-
result list
- The list of cross products of the input vectors.
Note(s)
- The cross product is the perpendicular vector of two input vectors. The size of this vector is determined by the size of the input vectors and the angle between them.
- Other names for this node include: Cross.