code for assignment 4, gitignored *.ppm, *.png
[MicroTrace.git] / InfinitePlane.cxx
index f73d835..c11fb8a 100644 (file)
@@ -31,3 +31,15 @@ InfinitePlane::GetNormal(Ray& ray)
 {
   return m_n;
 }
+
+Box
+InfinitePlane::CalcBounds()
+{
+  return Box();
+}
+
+bool
+InfinitePlane::InVoxel(const Box& box)
+{
+  return false;
+}
This page took 0.024186 seconds and 4 git commands to generate.