TESTER

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

NameRequiredDefaultDescription
pointsyes-List of points [x0,y0,x1,y1,...]