GenerateBoundaryLayer | Cellzilla2D Home |
Description
Generates an artificial layer of cell centers around the convex hull of a set of points, pushed outward by a radius equal to the average of the Delaunay link lengths.
Needs["Cellzilla2D`"];
Return Value
GenerateBoundaryLayer[{{x1,y1}, {x2, y2}, ...} ] returns a list {{X1,Y1}, {X2,Y2}, ..} of points in the artifical cell layer.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also