Merge pull request #646 from revarbat/revarbat_dev

Fix for missing link in coords docs.
This commit is contained in:
Revar Desmera 2021-09-12 02:45:45 -07:00 committed by GitHub
commit 8290fb6566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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