clip(const TBoundingBox &bbox) | TBoundingBox< _PointType > | [inline] |
contains(const PointType &p, bool strict=false) const | TBoundingBox< _PointType > | [inline] |
contains(const TBoundingBox &bbox, bool strict=false) const | TBoundingBox< _PointType > | [inline] |
Dimension enum value | TBoundingBox< _PointType > | |
distanceTo(const PointType &p) const | TBoundingBox< _PointType > | [inline] |
distanceTo(const TBoundingBox &bbox) const | TBoundingBox< _PointType > | [inline] |
expandBy(const PointType &p) | TBoundingBox< _PointType > | [inline] |
expandBy(const TBoundingBox &bbox) | TBoundingBox< _PointType > | [inline] |
getCenter() const | TBoundingBox< _PointType > | [inline] |
getCorner(int index) const | TBoundingBox< _PointType > | [inline] |
getExtents() const | TBoundingBox< _PointType > | [inline] |
getMajorAxis() const | TBoundingBox< _PointType > | [inline] |
getMinorAxis() const | TBoundingBox< _PointType > | [inline] |
getSurfaceArea() const | TBoundingBox< _PointType > | [inline] |
getVolume() const | TBoundingBox< _PointType > | [inline] |
hasVolume() const | TBoundingBox< _PointType > | [inline] |
isPoint() const | TBoundingBox< _PointType > | [inline] |
isValid() const | TBoundingBox< _PointType > | [inline] |
max | TBoundingBox< _PointType > | |
min | TBoundingBox< _PointType > | |
operator!=(const TBoundingBox &bbox) const | TBoundingBox< _PointType > | [inline] |
operator==(const TBoundingBox &bbox) const | TBoundingBox< _PointType > | [inline] |
overlaps(const TBoundingBox &bbox, bool strict=false) const | TBoundingBox< _PointType > | [inline] |
PointType typedef | TBoundingBox< _PointType > | |
rayIntersect(const TRay< PointType, VectorType > &ray, Scalar &nearT, Scalar &farT) const | TBoundingBox< _PointType > | [inline] |
reset() | TBoundingBox< _PointType > | [inline] |
Scalar typedef | TBoundingBox< _PointType > | |
squaredDistanceTo(const PointType &p) const | TBoundingBox< _PointType > | [inline] |
squaredDistanceTo(const TBoundingBox &bbox) const | TBoundingBox< _PointType > | [inline] |
TBoundingBox() | TBoundingBox< _PointType > | [inline] |
TBoundingBox(const PointType &p) | TBoundingBox< _PointType > | [inline] |
TBoundingBox(const PointType &min, const PointType &max) | TBoundingBox< _PointType > | [inline] |
toString() const | TBoundingBox< _PointType > | [inline] |
VectorType typedef | TBoundingBox< _PointType > | |