mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 13:41:51 +02:00
path_text fixes in progress, doc fix for plane3pt
This commit is contained in:
@@ -442,6 +442,7 @@ function is_coplanar(points, eps=EPSILON) =
|
||||
// Function: plane3pt()
|
||||
// Usage:
|
||||
// plane = plane3pt(p1, p2, p3);
|
||||
// plane = plane3pt([p1, p2, p3]);
|
||||
// Topics: Geometry, Planes
|
||||
// Description:
|
||||
// Generates the normalized cartesian equation of a plane from three 3d points.
|
||||
|
Reference in New Issue
Block a user