#include <nitro/fx/fx_vec.h>
void VEC_Fx16Set(
VecFx16 * a,
fx16 x, fx16 y, fx16 z
);
a | Pointer to the vector structure. |
x | X component. |
y | Y component. |
z | None. |
None.
Sets values to a type VecFx16
vector.
06/09/2004 Initial version