mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fixed docs typo.
This commit is contained in:
parent
df83724d6e
commit
fb020646e9
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue