mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-15 05:36:06 +00:00
Update comment
This commit is contained in:
parent
35a689cfd7
commit
1236513539
@ -15,8 +15,8 @@ impl super::BoundingVolume<3> for &Face {
|
|||||||
// A bounding volume must include the body it bounds, but does not need
|
// A bounding volume must include the body it bounds, but does not need
|
||||||
// to match it precisely. So it's okay, if it's a bit larger.
|
// to match it precisely. So it's okay, if it's a bit larger.
|
||||||
//
|
//
|
||||||
// Let's just choose a reasonable tolerance value here, then make sure
|
// Let's just choose a reasonable tolerance value here, that we can use
|
||||||
// we enlarge the AABB accordingly, to make sure it fits.
|
// to enlarge any AABBs we use in this method as necessary.
|
||||||
let tolerance = Tolerance::from_scalar(0.001)
|
let tolerance = Tolerance::from_scalar(0.001)
|
||||||
.expect("Tolerance provided is larger than zero");
|
.expect("Tolerance provided is larger than zero");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user