Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEOGen::ConvexCell::Vertex Class Reference

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_
 

Detailed Description

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.


The documentation for this class was generated from the following file: