#include <nitro/fx/fx_vec.h>
fx32 VEC_DotProduct(const VecFx32 * a, const VecFx32 * b);
| a | The pointer to a vector. |
b |
The pointer to a vector. |
The dot product of vector a and vector b.
This function requests the dot product of VecFx32 type vectors. The dot product is an fx32 type.
01/19/2004 Initial version
CONFIDENTIAL