csTriangleVertex Class Reference
The representation of a vertex in a triangle mesh. More...
#include <trimesh.h>
Inheritance diagram for csTriangleVertex:

Public Attributes | |
csVector3 | pos |
Position of this vertex in 3D space. | |
int | idx |
Index of this vertex. | |
csArray< int > | con_triangles |
Triangles that this vertex is connected to. | |
csArray< int > | con_vertices |
Other vertices that this vertex is connected to. |
Detailed Description
The representation of a vertex in a triangle mesh.This is basically used as a temporary structure to be able to calculate the cost of collapsing this vertex more quickly.
Definition at line 72 of file trimesh.h.
Member Data Documentation
|
Triangles that this vertex is connected to.
|
|
Other vertices that this vertex is connected to.
|
|
Index of this vertex.
|
|
Position of this vertex in 3D space.
|
The documentation for this class was generated from the following file:
- csgeom/trimesh.h
Generated for Crystal Space by doxygen 1.2.18