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.

Arguments

None.

Return Values

None.

Revision History

02/16/2004 Initial Version