myVector.normalize() in Anark Studio 2.5

Normalize the vector.

Return Type
(none)

Description

Normalizes the current vector, making it a unit vector. The normalized vector is defined to be: NormVector = vector / Magnitude(V)