mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
add polygon_hull
This commit is contained in:
5
src/experimental/polygon_hull.scad
Normal file
5
src/experimental/polygon_hull.scad
Normal file
@@ -0,0 +1,5 @@
|
||||
use <experimental/convex_hull.scad>;
|
||||
|
||||
module polygon_hull(points) {
|
||||
hull() polygon(convex_hull(points));
|
||||
}
|
Reference in New Issue
Block a user