fx16

Definition

typedef s16 fx16;

Description

These fixed-point decimals consist of 1-bit signs, 3-bit integers, and 12-bit decimals. This type is used for results such as vertex data and trigonometric functions.

See Also

fx32, fx64, fx64c

Revision History

01/19/2004 Initial version.