diff --git a/geometry.scad b/geometry.scad index b3f5ee69..eff67bc8 100644 --- a/geometry.scad +++ b/geometry.scad @@ -825,7 +825,7 @@ function plane3pt(p1, p2, p3) = // i3 = The index into `points` of the third point on the plane. function plane3pt_indexed(points, i1, i2, i3) = assert( is_vector([i1,i2,i3]) && min(i1,i2,i3)>=0 && is_list(points) && max(i1,i2,i3)