path_text fixes in progress, doc fix for plane3pt

This commit is contained in:
Adrian Mariano
2023-01-18 06:31:09 -05:00
parent a012a7cc62
commit 537a888a28
2 changed files with 57 additions and 56 deletions

View File

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