Return to previous page | Return to menu
Macro
Polygon vertex variable sequence
#define VERTICES(v0 , v1 , v2 , v3) {v0 , v1 , v2 , v3}}
Uint16 v0 ;
Uint16 v1 ;
Uint16 v2 ;
Uint16 v3 ;
v0 Vertex number: v0 v1 〃: v1 v2 〃: v2 v3 〃: v3
Specifies the polygon vertex number expressed as an integer.
Used with the macro “NORMAL” to construct a polygon face list.
Reference: Chapter 2 Drawing
VERTICES