![]() |
Public API Reference |
![]() |
The clipper can output additional information about each vertex in output polygon. More...
#include <igeom/clip2d.h>
Public Attributes | |
float | Pos |
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter) | |
unsigned char | Type |
The type of vertex. | |
size_t | Vertex |
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE) |
The clipper can output additional information about each vertex in output polygon.
This is used for generating U/V/Z values and so on, if they are needed.
float csVertexStatus::Pos |
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter)
unsigned char csVertexStatus::Type |
The type of vertex.
One of CS_VERTEX_ORIGINAL, CS_VERTEX_ONEDGE, CS_VERTEX_INSIDE.
size_t csVertexStatus::Vertex |
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE)