Add vectors
Adds vector values together.
Inputs
- 
vector 1
- The first vector value for addition.
 
 - 
opposite vector 1
- Sets whether to use the same vector as vector 1 but in the opposite direction or not.
 
 - 
vector 2
- The first vector value for addition.
 
 - 
opposite vector 2
- Sets whether to use the same vector as vector 2 but in the opposite direction or not.
 
 - 
vector 3
- The first vector value for addition.
 
 - 
opposite vector 3
- Sets whether to use the same vector as vector 3 but in the opposite direction or not.
 
 - 
vector 4
- The first vector value for addition.
 
 - 
opposite vector 4
- Sets whether to use the same vector as vector 4 but in the opposite direction or not.
 
 - 
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 result of vector addition.
 
 - 
result list
- The list of results of vector addition.
 
 
Note(s)
- Other names for this node include: AddVectorsV2, Sum, and Addition.