mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49: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;
|
) 2*(len(cross)%2)-1;
|
||||||
|
|
||||||
|
|
||||||
// Function: polygon_triangulate(poly, [ind], [eps])
|
// Function: polygon_triangulate()
|
||||||
// Usage:
|
// Usage:
|
||||||
// triangles = polygon_triangulate(poly)
|
// triangles = polygon_triangulate(poly, [ind], [eps])
|
||||||
// triangles = polygon_triangulate(poly, ind)
|
|
||||||
// Description:
|
// Description:
|
||||||
// Given a simple polygon in 2D or 3D, triangulates it and returns a list
|
// 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
|
// of triples indexing into the polygon vertices. When the optional argument `ind` is
|
||||||
|
|
Loading…
Reference in a new issue