#include <nitro/fx/fx.h> typedef struct { fx32 x; fx32 y; fx32 z; } VecFx32;
This 3-dimensional vector is composed of fx32 type elements.
fx32
01/19/2004 Initial version