diff --git a/coords.scad b/coords.scad index 777e5ea..f3ba1a7 100644 --- a/coords.scad +++ b/coords.scad @@ -218,9 +218,9 @@ function project_plane(point, a, b, c) = ) relpoint * transpose([w,u]); -// Function: list_plane() +// Function: lift_plane() // Usage: -// list_plane(point, a, b, c); +// lift_plane(point, a, b, c); // Description: // Given three points defining a plane, converts a planar [X,Y] coordinate to the actual // corresponding 3D point on the plane. The origin of the planar coordinate system [0,0]