Added Ext Syntag

This commit is contained in:
Richard Milewski
2024-01-02 14:10:19 -08:00
parent 728afac2f2
commit fd059735b0
7 changed files with 15 additions and 13 deletions

View File

@@ -2339,8 +2339,9 @@ function ___is_polygon_in_list(poly, polys, i) =
// Function: hull()
// Synopsis: Convex hull of a list of 2d or 3d points.
// Syntags: Ext,
// Topics: Geometry, Hulling
// See Also: hull(), hull_points(), hull2d_path(), hull3d_faces()
// See Also: hull_points(), hull2d_path(), hull3d_faces()
// Usage:
// face_list_or_index_list = hull(points);
// Description: