(hopefully) finished Box::Clip()
[MicroTrace.git] / Box.hxx
diff --git a/Box.hxx b/Box.hxx
index 1417e80..1d46e03 100644 (file)
--- a/Box.hxx
+++ b/Box.hxx
@@ -7,11 +7,12 @@ class Box
 {
 public:
   Box();
+  Box(Vec3f min, Vec3f max);
   ~Box();
 
   Box(const Box& b);
   Box& operator=(const Box& b);
-  
+
   //! Extend the bounding box to contain point a
   void Extend(const Vec3f& a);
   //! Clear the bounding box, i.e. set dimensions to infinity.
This page took 0.02085 seconds and 4 git commands to generate.