| Constructor and Description |
|---|
IncrementalDelaunayTriangulator(QuadEdgeSubdivision
Creates a new triangulator using the given
QuadEdgeSubdivision.
|
| Modifier and Type | Method and Description |
|---|---|
QuadEdge |
insertSite(Vertex
Inserts a new point into a subdivision representing a Delaunay triangulation, and fixes the affected edges so that the result is still a Delaunay triangulation.
|
void |
insertSites(Collection
Inserts all sites in a collection.
|
public IncrementalDelaunayTriangulator(QuadEdgeSubdivisionsubdiv)
QuadEdgeSubdivision. The triangulator uses the tolerance of the supplied subdivision.
subdiv - a subdivision in which to build the TIN
public void insertSites(Collectionvertices)
vertices - a Collection of Vertex
LocateFailureException - if the location algorithm fails to converge in a reasonable number of iterations