VEC_Mag

C Specification

#include <nitro/fx/fx_vec.h>

fx32 VEC_Mag(const VecFx32 * v);

Arguments

The magnitude of the vector. The pointer to a vector.

Return Values

The magnitude of the vector.

Description

This function returns the magnitude of a VecFx32 type vector in fx32 format. It uses the Square Root Calculator.

See Also

VEC_Normalize

Revision History

01/19/2004 Initial version