PrunedDelaunayEdges PrunedDelaunayPairs |
Cellzilla2D Home |
Description
Determins the Pruned Delaunay Triangulation.
The pruned Delaunay triangulation is that part of the Delaunay triangulation that includes links between cells that share common borders in the Bounded Cell Voronoi diagram.
Needs["Cellzilla2D`"];
Return Value
PrunedDelaunayEdges[list of vertices} - returns a list of edges as vertex coordinate pairs.
PrunedDelaunayPairs[list of vertices} - returns a list edges as vertex number pairs.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also