|
ESyS-Particle
4.0.1
|
3D bounding box More...
#include <BoundingBox.h>
Public Member Functions | |
| BoundingBox (const Vec3 &minBBoxPt, const Vec3 &maxBBoxPt) | |
| double | getVolume () const |
| const Vec3 & | getMinPt () const |
| const Vec3 & | getMaxPt () const |
| bool | operator== (const BoundingBox &bbox) const |
| Vec3 | getSizes () const |
| bool | contains (const Vec3 &pt, double tolerance=0.0) const |
3D bounding box
1.7.6.1