|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Represents a convex volume bounded by planes. More...
#include <OgrePlaneBoundedVolume.h>
| Public Types | |
| typedef StdVector< Plane > | PlaneList | 
| Public Member Functions | |
| PlaneBoundedVolume () | |
| PlaneBoundedVolume (Plane::Side theOutside) | |
| Constructor, determines which side is deemed to be 'outside'. | |
| bool | intersects (const AxisAlignedBox &box) const | 
| Intersection test with AABB. | |
| std::pair< bool, Real > | intersects (const Ray &ray) | 
| Intersection test with a Ray. | |
| bool | intersects (const Sphere &sphere) const | 
| Intersection test with Sphere. | |
| Public Attributes | |
| Plane::Side | outside | 
| PlaneList | planes | 
| Publicly accessible plane list, you can modify this direct. | |
Represents a convex volume bounded by planes.
| 
 | inline | 
| 
 | inline | 
Constructor, determines which side is deemed to be 'outside'.
| 
 | inline | 
Intersection test with AABB.
References Ogre::AxisAlignedBox::getCenter(), Ogre::AxisAlignedBox::getHalfSize(), Ogre::Plane::getSide(), Ogre::AxisAlignedBox::isInfinite(), and Ogre::AxisAlignedBox::isNull().
Intersection test with a Ray.
| 
 | inline | 
Intersection test with Sphere.
References Ogre::Sphere::getCenter(), Ogre::Plane::getDistance(), and Ogre::Sphere::getRadius().
| Plane::Side Ogre::PlaneBoundedVolume::outside | 
Referenced by Ogre::Ray::intersects().
| PlaneList Ogre::PlaneBoundedVolume::planes | 
Publicly accessible plane list, you can modify this direct.
Referenced by Ogre::Ray::intersects().