box overlapping
[MicroTrace.git] / Box.hxx
diff --git a/Box.hxx b/Box.hxx
index 1d46e03..ce09c2b 100644 (file)
--- a/Box.hxx
+++ b/Box.hxx
@@ -29,6 +29,7 @@ public:
   const Vec3f& max() const;
 private:
   Vec3f m_min, m_max;
+  bool OverlapsHelper(Box b) const;
 };
 
 #endif
This page took 0.021506 seconds and 4 git commands to generate.