#include <OgrePlaneBoundedVolume.h>
Public Types | |
typedef std::vector< Plane > | PlaneList |
Public Methods | |
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. | |
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 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(). Referenced by Ogre::DefaultPlaneBoundedVolumeListSceneQuery::execute(), and Ogre::SceneManager::renderShadowVolumesToStencil(). |
|
Definition at line 45 of file OgrePlaneBoundedVolume.h. Referenced by Ogre::Light::_getNearClipVolume(). |
|
Publicly accessible plane list, you can modify this direct.
Definition at line 44 of file OgrePlaneBoundedVolume.h. Referenced by Ogre::Light::_getFrustumClipVolumes(), Ogre::Light::_getNearClipVolume(), and Ogre::intersect(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:25 2004