| boundedCellVoronoi | mPower Reference Home |
boundedCellVoronoi calculates a modified Voronoi diagram of a set of points in the x-y plane. A temporary layer of artificial cells is added outside the convex hull of the points, and the Voronoi diagram is computed on the extended set. The cells corresponding to the artificial cell are then removed to generate the bounded cell Voronoi diagram.
boundedCellVoronoi[points, diameter, options]: If diameter is ≤ 0 then the mean delaunay triangulation edge length is used for the diameter.
boundedCellVoronoi[points,options] is equivalent to boundedCellVoronoi[points, -1, options].
visualization and visualize3D use boundedCellVoronoi.
boundedCellVoronoi is also an option for visualization, and can be used to provide a copy of the bound cell Voronoi Diagram as input to visualization to improve processing time.
Example
See Also: