![]() |
Public API Reference |
#include <trimesh.h>
Public Attributes | |
csVector3 | pos |
Position of this vertex in 3D space. More... | |
int | idx |
Index of this vertex. More... | |
csArray< int > | con_triangles |
Triangles that this vertex is connected to. More... | |
csArray< int > | con_vertices |
Other vertices that this vertex is connected to. More... |
This is basicly used as a temporary structure to be able to calculate the cost of collapsing this vertex more quickly.
Definition at line 70 of file trimesh.h.
|
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.
|