polygon_hull
polygon_hull(points)
Compute the convex hull of a set of points. Returns a List representing the polygon around the points.
Syntaxe
var result = polygon_hull(points=[x0,y0,x1,y1,...])
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | List of points [x0,y0,x1,y1,...] |