#include <OgrePlaneBoundedVolume.h>
Public Types | |
typedef std::vector< 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. | |
bool | intersects (const Sphere &sphere) const |
Intersection test with Sphere. | |
std::pair< bool, Real > | intersects (const Ray &ray) |
Intersection test with a Ray. | |
Public Attributes | |
PlaneList | planes |
Publicly accessible plane list, you can modify this direct. | |
Plane::Side | outside |
Definition at line 43 of file OgrePlaneBoundedVolume.h.
typedef std::vector<Plane> Ogre::PlaneBoundedVolume::PlaneList |
Definition at line 46 of file OgrePlaneBoundedVolume.h.
Ogre::PlaneBoundedVolume::PlaneBoundedVolume | ( | ) |
Definition at line 51 of file OgrePlaneBoundedVolume.h.
Ogre::PlaneBoundedVolume::PlaneBoundedVolume | ( | Plane::Side | theOutside | ) |
Constructor, determines which side is deemed to be 'outside'.
Definition at line 53 of file OgrePlaneBoundedVolume.h.
bool Ogre::PlaneBoundedVolume::intersects | ( | const AxisAlignedBox & | box | ) | const |
Intersection test with AABB.
Definition at line 59 of file OgrePlaneBoundedVolume.h.
References Ogre::AxisAlignedBox::getCenter(), Ogre::AxisAlignedBox::getHalfSize(), Ogre::Plane::getSide(), Ogre::AxisAlignedBox::isInfinite(), and Ogre::AxisAlignedBox::isNull().
bool Ogre::PlaneBoundedVolume::intersects | ( | const Sphere & | sphere | ) | const |
Intersection test with Sphere.
Definition at line 90 of file OgrePlaneBoundedVolume.h.
References Ogre::Sphere::getCenter(), Ogre::Plane::getDistance(), Ogre::Sphere::getRadius(), and Ogre::Plane::NEGATIVE_SIDE.
Intersection test with a Ray.
Definition at line 115 of file OgrePlaneBoundedVolume.h.
References Ogre::Math::intersects(), and Ogre::Plane::POSITIVE_SIDE.
Publicly accessible plane list, you can modify this direct.
Definition at line 48 of file OgrePlaneBoundedVolume.h.
Referenced by Ogre::Ray::intersects().
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:05:10 2009