Create a convex polygon by hulling a list of points. It avoids using hull and small 2D primitives to create the polygon.
hull
Since: 2.5
points
use <polygon_hull.scad> polygon_hull([ [1, 1], [1, 0], [0, 1], [-2, 1], [-1, -1] ]);