code for assignment 4, gitignored *.ppm, *.png
[MicroTrace.git] / InfinitePlane.hxx
index 06a5aa0..b855851 100644 (file)
@@ -11,6 +11,8 @@ public:
   
   virtual bool Intersect(Ray& ray);
   virtual Vec3f GetNormal(Ray& ray);
+  virtual Box CalcBounds();
+  virtual bool InVoxel(const Box& box);
 private:
   Vec3f m_a, m_n;
 };
This page took 0.031439 seconds and 4 git commands to generate.