mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59: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()
|
||||
// Synopsis: Convex hull of a list of 2d or 3d points.
|
||||
// Syntags: Ext,
|
||||
// SynTags: Ext
|
||||
// Topics: Geometry, Hulling
|
||||
// See Also: hull_points(), hull2d_path(), hull3d_faces()
|
||||
// Usage:
|
||||
|
|
Loading…
Reference in a new issue