#include <nitro/fx/fx.h> typedef struct { fx16 x; fx16 y; fx16 z; } VecFx16;
This 3-dimensional vector is composed of fx16 type elements.
fx16
02/16/2004 Initial version