ConvexHullVertices | Cellzilla2D Home |
Description
Returns the convex hull of a list of points as a list of vertex coordinates.
Needs["Cellzilla2D`"];
Return Value
ConvexHullVertices[{{x1,y1}, {x2, y},...}] returns the list of points that comprise the convex hull
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also