![]() |
Public API Reference |
![]() |
The representation of a vertex in a triangle mesh. More...
#include <csgeom/trimesh.h>
Public Attributes | |
csArray< size_t > | con_triangles |
Triangles that this vertex is connected to. | |
csArray< int > | con_vertices |
Other vertices that this vertex is connected to. | |
int | idx |
Index of this vertex. | |
csVector3 | pos |
Position of this vertex in 3D space. |
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.