mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
Doc review
This commit is contained in:
parent
a429b91f4c
commit
d90e22e4ca
1 changed files with 1 additions and 1 deletions
|
@ -2538,7 +2538,7 @@ function _closest_s3(s,eps=EPSILON) =
|
|||
let( // look for the origin-facing tri closest to the origin
|
||||
closest = [for(i=facing) _closest_s2(tris[i], eps) ],
|
||||
dist = [for(cl=closest) norm(cl[0]) ],
|
||||
nearest = min_index(dist)
|
||||
nearest = min_index(dist)
|
||||
)
|
||||
closest[nearest];
|
||||
|
||||
|
|
Loading…
Reference in a new issue