Geogram  Version 1.8.9-rc
A programming library of geometric algorithms
CDT_2d.h File Reference

Simple constained Delaunay triangulation in 2D. More...

Go to the source code of this file.

Classes

class  GEO::CDTBase2d
 Base class for constrained Delaunay triangulation. More...
 
struct  GEO::CDTBase2d::DList
 Doubly connected triangle list. More...
 
class  GEO::CDT2d
 Constrained Delaunay triangulation. More...
 
class  GEO::ExactCDT2d
 Constrained Delaunay Triangulation with vertices that are exact points. Can be used to implement 2D CSG. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Detailed Description

Simple constained Delaunay triangulation in 2D.

See documentation of CDT at the end of this file.

Definition in file CDT_2d.h.