X-Git-Url: https://git.rohieb.name/MicroTrace.git/blobdiff_plain/0db0dec898ba811c966267d4cb12dad33a1e3545..68b3409314cb3fe96300a72a5f2ac04e95c7b7da:/Sphere.cxx diff --git a/Sphere.cxx b/Sphere.cxx index 6060361..137ce8f 100644 --- a/Sphere.cxx +++ b/Sphere.cxx @@ -62,5 +62,5 @@ Sphere::CalcBounds() bool Sphere::InVoxel(const Box& box) { - return false; + return CalcBounds().Overlaps(box); }