mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:10:27 +02:00
Fixed docs typo.
This commit is contained in:
@@ -218,9 +218,9 @@ function project_plane(point, a, b, c) =
|
|||||||
) relpoint * transpose([w,u]);
|
) relpoint * transpose([w,u]);
|
||||||
|
|
||||||
|
|
||||||
// Function: list_plane()
|
// Function: lift_plane()
|
||||||
// Usage:
|
// Usage:
|
||||||
// list_plane(point, a, b, c);
|
// lift_plane(point, a, b, c);
|
||||||
// Description:
|
// Description:
|
||||||
// Given three points defining a plane, converts a planar [X,Y] coordinate to the actual
|
// 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]
|
// corresponding 3D point on the plane. The origin of the planar coordinate system [0,0]
|
||||||
|
Reference in New Issue
Block a user