DelaunayMean | Cellzilla2D Home |
Description
Determines the average length of a link in a Delaunay Triangulation.
Needs["Cellzilla2D`"];
Return Value
DelaunayMean[{{x1,y1}, {x2, y2}, ...}] returns a real number, the average of the lengths of all of the Delaunay links.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also