Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csVertexStatus Struct Reference
[Geometry utilities]
The clipper can output additional information about each vertex in output polygon.
More...
#include <igeom/clip2d.h>
Public Attributes | |
unsigned char | Type |
The type of vertex. | |
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). |
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 61 of file clip2d.h.
Member Data Documentation
|
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).
|
The documentation for this struct was generated from the following file:
- igeom/clip2d.h
Generated for Crystal Space by doxygen 1.3.9.1