#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 39 of file OgrePlaneBoundedVolume.h.
|
Definition at line 42 of file OgrePlaneBoundedVolume.h. |
|
Definition at line 47 of file OgrePlaneBoundedVolume.h. |
|
Constructor, determines which side is deemed to be 'outside'.
Definition at line 49 of file OgrePlaneBoundedVolume.h. |
|
Intersection test with a Ray.
Definition at line 118 of file OgrePlaneBoundedVolume.h. |
|
Intersection test with Sphere.
Definition at line 93 of file OgrePlaneBoundedVolume.h. References Ogre::Sphere::getCenter(), Ogre::Plane::getDistance(), Ogre::Sphere::getRadius(), and Ogre::Real. |
|
Intersection test with AABB.
Definition at line 55 of file OgrePlaneBoundedVolume.h. References Ogre::AxisAlignedBox::getAllCorners(), Ogre::Plane::getSide(), and Ogre::AxisAlignedBox::isNull(). |
|
Definition at line 45 of file OgrePlaneBoundedVolume.h. Referenced by Ogre::Ray::intersects(). |
|
Publicly accessible plane list, you can modify this direct.
Definition at line 44 of file OgrePlaneBoundedVolume.h. Referenced by Ogre::Ray::intersects(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:41:41 2006