MATHLIB_EXPORT void normalize(P_POINT pv);
vectlib.h
Normalizes a non-zero vector. That is the resulting length of the vector is 1.0. Modifies the vector in place.
Functions