Return to previous page | Return to menu | Go to next page
Macro
Coordinate value conversion macro
#define POStoFIXED(x,y,z) {toFIXED(x) , toFIXED(y) , toFIXED(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 XYZ coordinate values to FIXED type numbers.
Reference: Chapter 1 About SGL
POStoFIXED