#include <OgreSceneQuery.h>
Collaboration diagram for Ogre::RaySceneQueryResultEntry:

Public Methods | |
| bool | operator< (const RaySceneQueryResultEntry &rhs) const |
| Comparison operator for sorting. | |
Public Attributes | |
| Real | distance |
| Distance along the ray. | |
| MovableObject * | movable |
| The movable, or NULL if this is not a movable result. | |
| SceneQuery::WorldFragment * | worldFragment |
| The world fragment, or NULL if this is not a fragment result. | |
Definition at line 314 of file OgreSceneQuery.h.
|
|
Comparison operator for sorting.
Definition at line 323 of file OgreSceneQuery.h. References distance. |
|
|
Distance along the ray.
Definition at line 317 of file OgreSceneQuery.h. Referenced by operator<(), and Ogre::RaySceneQuery::queryResult(). |
|
|
The movable, or NULL if this is not a movable result.
Definition at line 319 of file OgreSceneQuery.h. Referenced by Ogre::RaySceneQuery::queryResult(). |
|
|
The world fragment, or NULL if this is not a fragment result.
Definition at line 321 of file OgreSceneQuery.h. Referenced by Ogre::RaySceneQuery::queryResult(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:16:27 2004