Subtract vectors
Subtract vectors from vectors.
Inputs
- 
vector 1
- The vector value to subtract from.
 
 - 
vector 2
- The vector value to subtract with.
 
 - 
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 normalized vector.
 
 - 
result list
- The list of results of normalized vectors.
 
 
Note(s)
- Other names for this node include: SubtractVectors.