csVertexStatus Struct Reference
[Geometry utilities]
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). | |
Detailed Description
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.
Definition at line 65 of file clip2d.h.
Member Data Documentation
| 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).
The documentation for this struct was generated from the following file:
- igeom/clip2d.h
Generated for Crystal Space by doxygen 1.4.7

