Return to previous page | Return to menu | Go to next page
Macro
Coordinate value conversion macro
#define NORMAL(x , y , z) POStoFIXED(x , y , z)
x X component of the transformed coordinates y Y component of the coordinate to be transformed z Z component of the coordinate to be transformed
Converts normal vector XYZ coordinate values represented by floating point numbers to FIXED type numbers.
Used with the macro “VERTICES” to construct a polygon face list.
NORMAL