CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
Enum of what type of geometry used to embed triangulation into. More...
#include <Triangulation.h>
Public Types | |
enum | Enum { SuperTriangle , Custom } |
The Enum itself. More... | |
Enum of what type of geometry used to embed triangulation into.
Definition at line 58 of file Triangulation.h.
The Enum itself.
Enumerator | |
---|---|
SuperTriangle | conventional super-triangle |
Custom | user-specified custom geometry (e.g., grid) |
Definition at line 64 of file Triangulation.h.