X-Git-Url: http://git.rohieb.name/MicroTrace.git/blobdiff_plain/ed5c4078fa0e0833b9e43c3a37c041c4c16e8de2..fd7caf7240f13d618697dbbc403142c1dd6057a6:/InfinitePlane.cxx diff --git a/InfinitePlane.cxx b/InfinitePlane.cxx index 13d6e53..93e165f 100644 --- a/InfinitePlane.cxx +++ b/InfinitePlane.cxx @@ -55,5 +55,5 @@ InfinitePlane::CalcBounds() bool InfinitePlane::InVoxel(const Box& box) { - return false; + return CalcBounds().Overlaps(box); }