OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Ray Member List

This is the complete list of members for Ogre::Ray, including all inherited members.

getDirection(void) const Ogre::Rayinline
getOrigin(void) const Ogre::Rayinline
getPoint(Real t) const Ogre::Rayinline
intersects(const Plane &p) const Ogre::Rayinline
intersects(const PlaneBoundedVolume &p) const Ogre::Rayinline
intersects(const Sphere &s) const Ogre::Rayinline
intersects(const AxisAlignedBox &box) const Ogre::Rayinline
mDirectionOgre::Rayprotected
mOriginOgre::Rayprotected
operator*(Real t) const Ogre::Rayinline
Ray()Ogre::Rayinline
Ray(const Vector3 &origin, const Vector3 &direction)Ogre::Rayinline
setDirection(const Vector3 &dir)Ogre::Rayinline
setOrigin(const Vector3 &origin)Ogre::Rayinline