

#include <nitro/fx/fx_vec.h>
fx32 VEC_Fx16DotProduct(const VecFx16 * a, const VecFx16 * b);
| a | Pointer to a vector. |
| b | Pointer to a vector. |
The dot product of vector a and vector b.
This function requests the dot product of VecFx16-type vectors. The dot product is an fx32 type.
2004/02/16 Initial version.
CONFIDENTIAL