diff --git a/geometry.scad b/geometry.scad index bfa14c0..b1b0370 100644 --- a/geometry.scad +++ b/geometry.scad @@ -1599,7 +1599,6 @@ 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)