OGRE  1.12.12
Object-Oriented Graphics Rendering Engine
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, bool discardInside=true) const Ogre::Rayinline
intersects(const AxisAlignedBox &box) const Ogre::Rayinline
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