![]() |
Public API Reference |
#include <clip2d.h>
Public Attributes | |
unsigned char | Type |
The type of vertex. More... | |
unsigned char | Vertex |
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE). More... | |
float | Pos |
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter). More... |
This is used for generating U/V/Z values and so on, if they are needed.
Definition at line 61 of file clip2d.h.
|
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter).
|
|
The type of vertex.
One of CS_VERTEX_*. |
|
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE).
|