mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 23:39:36 +00:00
Update geometry.scad
This commit is contained in:
parent
da751e1e13
commit
4d9a1d36ac
1 changed files with 3 additions and 3 deletions
|
@ -1674,9 +1674,9 @@ function polygon_triangulate(poly, ind, eps=EPSILON) =
|
|||
? // represents the polygon projection on its plane as a 2d polygon
|
||||
let(
|
||||
ind = deduplicate_indexed(poly, ind, eps)
|
||||
)
|
||||
len(ind)<3 ? [] :
|
||||
let(
|
||||
)
|
||||
len(ind)<3 ? [] :
|
||||
let(
|
||||
pts = select(poly,ind),
|
||||
nrm = polygon_normal(pts)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue