VecFx32

C Specification

#include <nitro/fx/fx.h>
typedef struct { fx32 x; fx32 y; fx32 z; } VecFx32;

Description

This 3-dimensional vector is composed of fx32 type elements.

See Also

Revision History

01/19/2004 Initial version