Creates a normalized copy of a vector based on the current vector.
The normalized vector has a magnitude of 1 and is in the same direction as the current vector. Returns a zero vector if the current vector is too small to be normalized. This property doesn't modify the current vector. To modify and normalize the current vector, use the Normalize method.
Additional resources: Normalize method.