#include <BoundingBox.h>
Public Member Functions | |
BoundingBox () | |
~BoundingBox () | |
void | reset () |
void | extend (const Point &) |
Point | getMin () const |
Point | getMax () const |
Construction creates a degenerate bounding box which gets expanded
Definition at line 17 of file BoundingBox.h.
|
Definition at line 8 of file BoundingBox.cc. |
|
Definition at line 14 of file BoundingBox.cc. |
|
Definition at line 18 of file BoundingBox.cc. Referenced by Triangle::getBounds(), Sphere::getBounds(), Ring::getBounds(), and Box::getBounds(). |
|
Definition at line 28 of file BoundingBox.h. |
|
Definition at line 25 of file BoundingBox.h. |
|
|