normalize_vector_f

Converts the vector to a unit vector.

Description

void normalize_vector_f(float *x, float *y, float *z);
Converts the vector (*x, *y, *z) to a unit vector. This points in the same direction as the original vector, but has a length of one.
Examples using this:

Related Projects

The following projects include source code containing this keyword: