Graphite
Version 3
An experimental 3D geometry processing program
|
Represents a facet of this ConvexCell in dual form. More...
#include <geogram/voronoi/generic_RVD_cell.h>
Public Member Functions | |
Vertex () | |
Creates a new uninitialized Vertex. | |
Public Attributes | |
signed_index_t | t |
signed_index_t | id_ |
Represents a facet of this ConvexCell in dual form.
Each facet of a ConvexCell is represented combinatorially as a Vertex (dual form). Each vertex v knows an incident triangle (v.t).
Definition at line 155 of file generic_RVD_cell.h.