Return to previous page | Return to menu


Macro

VERTICES

Polygon vertex variable sequence

Structure

#define   VERTICES(v0 , v1 , v2 , v3)   {v0 , v1 , v2 , v3}}
          Uint16 v0 ;
          Uint16 v1 ;
          Uint16 v2 ;
          Uint16 v3 ;

Member

v0 Vertex number: v0
v1 〃: v1
v2 〃: v2
v3 〃: v3

Description

Specifies the polygon vertex number expressed as an integer.

Remarks

Used with the macro “NORMAL” to construct a polygon face list.

Reference: Chapter 2 Drawing

VERTICES


Return to previous page | Return to menu