VEC_Fx16Distance


C Specification

#include <nitro/fx/fx_vec.h>

fx32 VEC_Fx16Distance(const VecFx16* v1, const VecFx16* v2);

Description

This function returns the distance between two VecFx16 type vectors as an fx32 type. It uses the Square Root Calculator.

Arguments

v1   Pointer to an VecFx16 type vector
v2   Pointer to an VecFx16 type vector

Return Values

Distance between two vectors.

See Also

VEC_Fx16Mag

Revision History

10/19/2004 Corrected the argument descriptions.
02/16/2004 Initial version.