AxisAlignedBox() | Ogre::AxisAlignedBox | |
AxisAlignedBox(const Vector3 &min, const Vector3 &max) | Ogre::AxisAlignedBox | |
AxisAlignedBox(Real mx, Real my, Real mz, Real Mx, Real My, Real Mz) | Ogre::AxisAlignedBox | |
getAllCorners(void) const | Ogre::AxisAlignedBox | |
getCenter(void) const | Ogre::AxisAlignedBox | |
getMaximum(void) const | Ogre::AxisAlignedBox | |
getMinimum(void) const | Ogre::AxisAlignedBox | |
intersection(const AxisAlignedBox &b2) const | Ogre::AxisAlignedBox | |
intersects(const AxisAlignedBox &b2) const | Ogre::AxisAlignedBox | |
intersects(const Sphere &s) const | Ogre::AxisAlignedBox | |
intersects(const Plane &p) const | Ogre::AxisAlignedBox | |
intersects(const Vector3 &v) const | Ogre::AxisAlignedBox | |
isNull(void) const | Ogre::AxisAlignedBox | |
mCorners | Ogre::AxisAlignedBox | [protected] |
merge(const AxisAlignedBox &rhs) | Ogre::AxisAlignedBox | |
merge(const Vector3 &point) | Ogre::AxisAlignedBox | |
mMaximum | Ogre::AxisAlignedBox | [protected] |
mMinimum | Ogre::AxisAlignedBox | [protected] |
mNull | Ogre::AxisAlignedBox | [protected] |
operator<<(std::ostream &o, AxisAlignedBox aab) | Ogre::AxisAlignedBox | [friend] |
scale(const Vector3 &s) | Ogre::AxisAlignedBox | |
setExtents(const Vector3 &min, const Vector3 &max) | Ogre::AxisAlignedBox | |
setExtents(Real mx, Real my, Real mz, Real Mx, Real My, Real Mz) | Ogre::AxisAlignedBox | |
setMaximum(const Vector3 &vec) | Ogre::AxisAlignedBox | |
setMaximum(Real x, Real y, Real z) | Ogre::AxisAlignedBox | |
setMinimum(const Vector3 &vec) | Ogre::AxisAlignedBox | |
setMinimum(Real x, Real y, Real z) | Ogre::AxisAlignedBox | |
setNull() | Ogre::AxisAlignedBox | |
transform(const Matrix4 &matrix) | Ogre::AxisAlignedBox | |
updateCorners(void) | Ogre::AxisAlignedBox | [protected] |
volume(void) const | Ogre::AxisAlignedBox | |