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