csPolygonMeshEdge Struct Reference
[Geometry utilities]
A definition of one edge.
More...
#include <csgeom/pmtools.h>
Public Attributes | |
| bool | active |
| Active or not. | |
| int | poly1 |
| Indices of the two polygons sharing this edge. | |
| int | poly2 |
| int | vt1 |
| Indices of the two vertices forming the edge. | |
| int | vt2 |
Detailed Description
A definition of one edge.
- Deprecated:
- Use csTriangleMeshEdge instead.
Definition at line 48 of file pmtools.h.
Member Data Documentation
The documentation for this struct was generated from the following file:
- csgeom/pmtools.h
Generated for Crystal Space 1.2 by doxygen 1.4.7
