27 #if GEOM_PSEUDO3D==GEOM_TRUE
28 namespace GEOM_FADE25D {
29 #elif GEOM_PSEUDO3D==GEOM_FALSE
30 namespace GEOM_FADE2D {
32 #error GEOM_PSEUDO3D is not defined
85 void computeCC(
bool bForceExact);
CircumcenterQuality
Enumeration for the quality of the circumcenter computation.
Definition: Triangle2.h:35
Represents a 2D point.
Definition: Point2.h:61
Represents a triangle in a triangulation.
Definition: Triangle2.h:59
Voronoi vertex.
Definition: VoroVertex2.h:43
bool isAlive() const
Check if the Voronoi vertex is still valid.
Point2 getPoint()
Get the Voronoi vertex as a Point2.
Triangle2 * getDualTriangle() const
Retrieve the corresponding dual Delaunay triangle.