mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Doc review
This commit is contained in:
parent
a429b91f4c
commit
d90e22e4ca
@ -2538,7 +2538,7 @@ function _closest_s3(s,eps=EPSILON) =
|
|||||||
let( // look for the origin-facing tri closest to the origin
|
let( // look for the origin-facing tri closest to the origin
|
||||||
closest = [for(i=facing) _closest_s2(tris[i], eps) ],
|
closest = [for(i=facing) _closest_s2(tris[i], eps) ],
|
||||||
dist = [for(cl=closest) norm(cl[0]) ],
|
dist = [for(cl=closest) norm(cl[0]) ],
|
||||||
nearest = min_index(dist)
|
nearest = min_index(dist)
|
||||||
)
|
)
|
||||||
closest[nearest];
|
closest[nearest];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user