mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 11:14:17 +02:00
rename
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
use <../__comm__/_convex_hull_impl.scad>;
|
use <../__comm__/_convex_hull.scad>;
|
||||||
|
|
||||||
function convex_hull(points) = _convex_hull(points);
|
function convex_hull(points) = _convex_hull(points);
|
@@ -1,4 +1,4 @@
|
|||||||
use <../__comm__/_convex_hull_impl.scad>;
|
use <../__comm__/_convex_hull.scad>;
|
||||||
|
|
||||||
module polygon_hull(points) {
|
module polygon_hull(points) {
|
||||||
polygon(_convex_hull(points));
|
polygon(_convex_hull(points));
|
||||||
|
Reference in New Issue
Block a user