#include <BoundBox.hh>
A representation of a bounding cuboid.
Definition at line 30 of file BoundBox.hh.
Public Member Functions | |
| void | resetBound () |
| void | setZero () |
| void | setDirect (const Vector3f &vMin, const Vector3f &vMax) |
| void | setMin (const Vector3f &v) |
| void | setMax (const Vector3f &v) |
Public Attributes | |
| Vector3f | min |
| Vector3f | max |
| void EGG::BoundBox3f::resetBound | ( | ) |
Definition at line 18 of file BoundBox.cc.
Definition at line 23 of file BoundBox.cc.
|
inline |
Definition at line 47 of file BoundBox.hh.
|
inline |
Definition at line 43 of file BoundBox.hh.
|
inline |
Definition at line 36 of file BoundBox.hh.
| Vector3f EGG::BoundBox3f::max |
Definition at line 52 of file BoundBox.hh.
| Vector3f EGG::BoundBox3f::min |
Definition at line 51 of file BoundBox.hh.