Return to previous page | Return to menu | Go to next page


Variable type

POINT

Vertex data type

Structure

typedef   FIXED POINT[xyz] ;

Description

Defines vertex data used for polygon data.

Remarks

FIXED point[xyz] ;
FIXED point[3] ;
POINT point ;
The above three definitions are all the same.

Reference: Chapter 2 Drawing

POINT


Return to previous page | Return to menu | Go to next page