This commit is contained in:
Sven Oesau 2025-11-12 12:01:36 +01:00
parent b090cd8c22
commit f68692bf58
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ public:
eps = 1.99986535548615598560e-15 * (std::max)((std::max)(ssr, dx), (std::max)(dy, dz));
distance = dx + dy + dz - ssr;
distance = ssr - dx - dy - dz;
// Is the box fully contained in the sphere?
if (distance > eps)