From 00f6da13ae9a196d1d3b82207507480b265fbb2f Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Sun, 12 Sep 2021 02:44:00 -0700 Subject: [PATCH] Fix for missing link in coords docs. --- coords.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/coords.scad b/coords.scad index ffd0973..030d908 100644 --- a/coords.scad +++ b/coords.scad @@ -197,7 +197,6 @@ function xy_to_polar(x,y=undef) = let( // If you omit the point specification then `project_plane()` returns a rotation matrix that maps the specified plane to the XY plane. // Note that if you apply this transformation to data lying on the plane it will produce 3D points with the Z coordinate of zero. // Topics: Coordinates, Points, Paths -// See Also: project_plane(), projection_on_plane() // Arguments: // plane = plane specification or point list defining the plane // p = 3D point, path, region, VNF or bezier patch to project