mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix typo in hull() SynTags block
This commit is contained in:
parent
ccd91e191b
commit
f3f6873bc5
1 changed files with 1 additions and 1 deletions
|
@ -2339,7 +2339,7 @@ function ___is_polygon_in_list(poly, polys, i) =
|
||||||
|
|
||||||
// Function: hull()
|
// Function: hull()
|
||||||
// Synopsis: Convex hull of a list of 2d or 3d points.
|
// Synopsis: Convex hull of a list of 2d or 3d points.
|
||||||
// Syntags: Ext,
|
// SynTags: Ext
|
||||||
// Topics: Geometry, Hulling
|
// Topics: Geometry, Hulling
|
||||||
// See Also: hull_points(), hull2d_path(), hull3d_faces()
|
// See Also: hull_points(), hull2d_path(), hull3d_faces()
|
||||||
// Usage:
|
// Usage:
|
||||||
|
|
Loading…
Reference in a new issue