InVoxel() for all Primitives, including fix for Triangle::CalcBounds()
[MicroTrace.git] / InfinitePlane.cxx
index 13d6e53..93e165f 100644 (file)
@@ -55,5 +55,5 @@ InfinitePlane::CalcBounds()
 bool
 InfinitePlane::InVoxel(const Box& box)
 {
-  return false;
+  return CalcBounds().Overlaps(box);
 }
This page took 0.026141 seconds and 4 git commands to generate.