#include <clip2d.h>
Public Attributes | |
unsigned char | Type |
The type of vertex: unmodified original, on the edge of original, other. | |
unsigned char | Vertex |
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE). | |
float | Pos |
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter). |
This is used for generating U/V/Z values and so on, if they are needed.