V-Gears 0
Free Final Fantasy VII engine.
EntityDirection Class Reference

An entity direction. More...

#include <EntityDirection.h>

Inheritance diagram for EntityDirection:
Collaboration diagram for EntityDirection:

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...
 

Detailed Description

An entity direction.

Constructor & Destructor Documentation

◆ EntityDirection()

EntityDirection::EntityDirection ( )

Constructor.

◆ ~EntityDirection()

EntityDirection::~EntityDirection ( )
virtual

Destructor.

Member Function Documentation

◆ getBoundingRadius()

Ogre::Real EntityDirection::getBoundingRadius ( ) const

Retrieves the bounding radius.

Returns
The bounding radius (always 0).

◆ getSquaredViewDepth()

Ogre::Real EntityDirection::getSquaredViewDepth ( const Ogre::Camera *  cam) const

Retrieves the view depth, relative to a camera.

Parameters
[in]camThe camera
Returns
The squared view depth (always 0).

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