From d957f556d6ef0ad797a0dbabc7da16efd2f6ef89 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Wed, 15 Sep 2021 20:03:15 -0400 Subject: [PATCH] bug fixes --- geometry.scad | 6 +++++- rounding.scad | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/geometry.scad b/geometry.scad index 0ad2043..bfa14c0 100644 --- a/geometry.scad +++ b/geometry.scad @@ -1599,16 +1599,20 @@ function point_in_polygon(point, poly, nonzero=false, eps=EPSILON) = // vnf_wireframe(vnf_tri, d=.15); function polygon_triangulate(poly, ind, eps=EPSILON) = + let(a=echo(poly=poly)echo(ind=ind)) assert(is_path(poly), "Polygon `poly` should be a list of 2d or 3d points") assert(is_undef(ind) || (is_vector(ind) && min(ind)>=0 && max(ind)