Skip to content

Commit

Permalink
grammar and clarity corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 14, 2017
1 parent 50574a2 commit 5c01561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/geometry/project_point_on_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Project Point on Line

.. image:: images/project_point_on_line.png

This node provides several information:
This node provides several useful outputs:
- the location of the closest point on line (projection of the point)
- the factor [0-1] of this projection in relation to start and end of the line segment
- the distance between the point and the line
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/geometry/project_point_on_plane.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Project Point on Plane

.. image:: images/project_point_on_plane.png

This node provides several information:
This node provides two useful outputs:
- the location of the closest point on a plane (projection of the point)
- the signed distance point to plane. Negative values mean below plane, related to normal

0 comments on commit 5c01561

Please sign in to comment.