![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
An entity direction. More...
#include <EntityDirection.h>
Public Member Functions | |
EntityDirection () | |
Constructor. More... | |
virtual | ~EntityDirection () |
Destructor. More... | |
Ogre::Real | getSquaredViewDepth (const Ogre::Camera *cam) const |
Retrieves the view depth, relative to a camera. More... | |
Ogre::Real | getBoundingRadius () const |
Retrieves the bounding radius. More... | |
An entity direction.
EntityDirection::EntityDirection | ( | ) |
Constructor.
|
virtual |
Destructor.
Ogre::Real EntityDirection::getBoundingRadius | ( | ) | const |
Retrieves the bounding radius.
Ogre::Real EntityDirection::getSquaredViewDepth | ( | const Ogre::Camera * | cam | ) | const |
Retrieves the view depth, relative to a camera.
[in] | cam | The camera |