mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
fix doc error
This commit is contained in:
parent
eec1d6b08c
commit
ea7b947bcb
1 changed files with 2 additions and 3 deletions
|
@ -1561,10 +1561,9 @@ function point_in_polygon(point, poly, nonzero=false, eps=EPSILON) =
|
|||
) 2*(len(cross)%2)-1;
|
||||
|
||||
|
||||
// Function: polygon_triangulate(poly, [ind], [eps])
|
||||
// Function: polygon_triangulate()
|
||||
// Usage:
|
||||
// triangles = polygon_triangulate(poly)
|
||||
// triangles = polygon_triangulate(poly, ind)
|
||||
// triangles = polygon_triangulate(poly, [ind], [eps])
|
||||
// Description:
|
||||
// Given a simple polygon in 2D or 3D, triangulates it and returns a list
|
||||
// of triples indexing into the polygon vertices. When the optional argument `ind` is
|
||||
|
|
Loading…
Reference in a new issue