

#include <nitro/fx/fx_vec.h>
fx32 VEC_Mag(const VecFx32 * v);
| v | Pointer to a vector. |
The magnitude of the vector.
This function returns the magnitude of a VecFx32-type vector in fx32 format. It uses the Square Root Calculator.
2004/01/19 Initial version.
CONFIDENTIAL