Normalizes a vector
Vector to normalize
Target for storing the results (Default: a)
Normalized vector
magnitude([0, 10, 0], new Array(3)); // Returns: [0, 1, 0] Copy
magnitude([0, 10, 0], new Array(3)); // Returns: [0, 1, 0]
Generated using TypeDoc
Normalizes a vector