mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 10:44:48 +02:00
hull is not required.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
use <experimental/convex_hull.scad>;
|
use <experimental/convex_hull.scad>;
|
||||||
|
|
||||||
module polygon_hull(points) {
|
module polygon_hull(points) {
|
||||||
hull() polygon(convex_hull(points));
|
polygon(convex_hull(points);
|
||||||
}
|
}
|
Reference in New Issue
Block a user