From 2efd0ca5d01d92d7f7de6e1bac36b82be17e7605 Mon Sep 17 00:00:00 2001 From: RonaldoCMP Date: Sun, 16 Aug 2020 23:54:00 +0100 Subject: [PATCH] Function name change plane_projection >> projection_on_plane --- geometry.scad | 10 +++++----- tests/test_geometry.scad | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/geometry.scad b/geometry.scad index b3f5ee6..eff67bc 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)