VecFx16

C Specification

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

Description

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

See Also

Revision History

02/16/2004 Initial version