Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::PlaneBoundedVolume Class Reference

Represents a convex volume bounded by planes. More...

#include <OgrePlaneBoundedVolume.h>

List of all members.

Public Types

typedef std::vector< PlanePlaneList

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, Realintersects (const Ray &ray)
 Intersection test with a Ray.


Public Attributes

PlaneList planes
 Publicly accessible plane list, you can modify this direct.

Plane::Side outside


Detailed Description

Represents a convex volume bounded by planes.

Definition at line 39 of file OgrePlaneBoundedVolume.h.


Member Typedef Documentation

typedef std::vector<Plane> Ogre::PlaneBoundedVolume::PlaneList
 

Definition at line 42 of file OgrePlaneBoundedVolume.h.


Constructor & Destructor Documentation

Ogre::PlaneBoundedVolume::PlaneBoundedVolume  ) 
 

Definition at line 47 of file OgrePlaneBoundedVolume.h.

Ogre::PlaneBoundedVolume::PlaneBoundedVolume Plane::Side  theOutside  ) 
 

Constructor, determines which side is deemed to be 'outside'.

Definition at line 49 of file OgrePlaneBoundedVolume.h.


Member Function Documentation

std::pair<bool, Real> Ogre::PlaneBoundedVolume::intersects const Ray ray  ) 
 

Intersection test with a Ray.

Returns:
std::pair of hit (bool) and distance
Remarks:
May return false positives but will never miss an intersection.

Definition at line 118 of file OgrePlaneBoundedVolume.h.

bool Ogre::PlaneBoundedVolume::intersects const Sphere sphere  )  const
 

Intersection test with Sphere.

Remarks:
May return false positives but will never miss an intersection.

Definition at line 93 of file OgrePlaneBoundedVolume.h.

References Ogre::Sphere::getCenter(), Ogre::Plane::getDistance(), Ogre::Sphere::getRadius(), and Ogre::Real.

bool Ogre::PlaneBoundedVolume::intersects const AxisAlignedBox box  )  const
 

Intersection test with AABB.

Remarks:
May return false positives but will never miss an intersection.

Definition at line 55 of file OgrePlaneBoundedVolume.h.

References Ogre::AxisAlignedBox::getAllCorners(), Ogre::Plane::getSide(), and Ogre::AxisAlignedBox::isNull().


Member Data Documentation

Plane::Side Ogre::PlaneBoundedVolume::outside
 

Definition at line 45 of file OgrePlaneBoundedVolume.h.

Referenced by Ogre::Ray::intersects().

PlaneList Ogre::PlaneBoundedVolume::planes
 

Publicly accessible plane list, you can modify this direct.

Definition at line 44 of file OgrePlaneBoundedVolume.h.

Referenced by Ogre::Ray::intersects().


The documentation for this class was generated from the following file:

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:41:41 2006