GEOS
3.10.2
|
#include <TriDelaunayImprover.h>
Public Member Functions | |
TriDelaunayImprover (TriList &p_triList) | |
Static Public Member Functions | |
static void | improve (TriList &triList) |
Improves the quality of a triangulation of Tri via iterated Delaunay flipping. This produces the Constrained Delaunay Triangulation with the constraints being the boundary of the input triangulation.
|
static |
Improves the quality of a triangulation of Tri via iterated Delaunay flipping. The Tris are assumed to be linked into a Triangulation (e.g. via TriangulationBuilder).
triList | the list of Tris to flip. |