#include <nitro/fx/fx_vec.h>
void VEC_Fx16Normalize(const VecFx16 * pSrc, VecFx16 * pDst);
This function normalizes a VecFx16 type vector. The result is stored in *pSrc. It uses the internal divider and square root calculator.
pSrc and pDst can be pointers to the same vector.
pSrc |
The pointer to a vector. |
pDst |
The pointer to the normalized vector. |
None.
02/16/2004 Initial version