![]() |
Public API Reference |
![]() |
The representation of a vertex in a triangle mesh. More...
#include <csgeom/trimeshlod.h>
Public Attributes | |
float | cost |
Precalculated minimal cost of collapsing this vertex to some other. | |
bool | deleted |
True if already deleted. | |
int | to_vertex |
Vertex to collapse to with minimal cost. |
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 40 of file trimeshlod.h.
Precalculated minimal cost of collapsing this vertex to some other.
Definition at line 47 of file trimeshlod.h.
True if already deleted.
Definition at line 44 of file trimeshlod.h.
Vertex to collapse to with minimal cost.
Definition at line 49 of file trimeshlod.h.