diff --git a/src/experimental/polygon_hull.scad b/src/experimental/polygon_hull.scad new file mode 100644 index 00000000..60b6f3f2 --- /dev/null +++ b/src/experimental/polygon_hull.scad @@ -0,0 +1,5 @@ +use ; + +module polygon_hull(points) { + hull() polygon(convex_hull(points)); +} \ No newline at end of file