CrystalSpace

Public API Reference

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>

List of all members.

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

float csVertexStatus::Pos
 

Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter).

Definition at line 71 of file clip2d.h.

unsigned char csVertexStatus::Type
 

The type of vertex.

One of CS_VERTEX_*.

Definition at line 67 of file clip2d.h.

unsigned char csVertexStatus::Vertex
 

Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE).

Definition at line 69 of file clip2d.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1