Reference

Vector

New
Input A list of numbers.
Output A vector containing the list of numbers.
Normalize
Input A vector.
Output A vector with the same direction but with a magnitude of 1.
Add
Input Two vectors.
Output A vector that is the sum of the two input vectors.
Subtract
Input Two vectors.
Output A vector that is the difference of the two input vectors.
Magnitude
Input A vector.
Output The magnitude of the input vector.
Angle
Input Two vectors.
Output The angle between the two input vectors in radians.