#include <nitro/fx/fx_vec.h>
fx32 VEC_Fx16Mag(const VecFx16 * v);
The magnitude of the vector. | The pointer to a vector. |
The magnitude of the vector.
This function returns the magnitude of a VecFx16
type vector as an fx32
type. It uses the Square Root Calculator.
02/16/2004 Initial version