mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +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