Fade2.5D Documentation pages v2.12
Delaunay Features
Triangle2.h File Reference
#include "Point2.h"
#include "common.h"

Go to the source code of this file.

Classes

class  GEOM_FADE25D::Triangle2
 Triangle. More...
 

Enumerations

enum  GEOM_FADE25D::CircumcenterQuality { GEOM_FADE25D::CCQ_INIT , GEOM_FADE25D::CCQ_INEXACT , GEOM_FADE25D::CCQ_EXACT , GEOM_FADE25D::CCQ_OUT_OF_BOUNDS }
 CircumcenterQuality. More...
 

Enumeration Type Documentation

◆ CircumcenterQuality

Enumerator
CCQ_INIT 

Init value.

CCQ_INEXACT 

Double precision computation, the result is accurate enough.

CCQ_EXACT 

Computation with multiple-precision arithmetic, the result is exact (apart from tiny quantization errors)

CCQ_OUT_OF_BOUNDS 

Computation with multiple-precision arithmetic, but the result is not representable with double precision coordinates.