

#include <nitro/fx/fx_vec.h>
void VEC_Fx16CrossProduct(
const VecFx16 * a,
const VecFx16 * b,
VecFx16 * axb
);
| a | Pointer to a vector. |
| b | Pointer to a vector. |
| axb | Pointer to the location where the cross product of vector a and vector b is stored. |
None.
Finds the cross product of VecFx16-type vectors. The result is stored in *axb. The pointers *a, *b, and *axb can be pointers to the same vector.
2004/02/16 Initial version.
CONFIDENTIAL