Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Internal representation of polyhedra for GEO::GenericVoronoiDiagram. More...
#include <geogram/basic/common.h>
#include <geogram/voronoi/generic_RVD_vertex.h>
#include <geogram/basic/argused.h>
#include <geogram/basic/attributes.h>
#include <iosfwd>
#include <stack>
Go to the source code of this file.
Classes | |
class | GEOGen::ConvexCell |
Computes the intersection between a set of halfspaces. More... | |
struct | GEOGen::ConvexCell::Triangle |
Represents a vertex of this ConvexCell in dual form. More... | |
class | GEOGen::ConvexCell::Vertex |
Represents a facet of this ConvexCell in dual form. More... | |
class | GEOGen::ConvexCell::Corner |
A Corner corresponds to a vertex seen from a triangle. More... | |
Internal representation of polyhedra for GEO::GenericVoronoiDiagram.
Definition in file generic_RVD_cell.h.