|
OGRE
1.9.0
|
Sort by distance functor. More...
#include <OgreParticleSystem.h>
Public Member Functions | |
| SortByDistanceFunctor (const Vector3 &pos) | |
| float | operator() (Particle *p) const |
Public Attributes | |
| Vector3 | sortPos |
| Position to sort in. | |
Sort by distance functor.
Definition at line 722 of file OgreParticleSystem.h.
| Ogre::ParticleSystem::SortByDistanceFunctor::SortByDistanceFunctor | ( | const Vector3 & | pos | ) |
| float Ogre::ParticleSystem::SortByDistanceFunctor::operator() | ( | Particle * | p | ) | const |
| Vector3 Ogre::ParticleSystem::SortByDistanceFunctor::sortPos |
Position to sort in.
Definition at line 725 of file OgreParticleSystem.h.
1.13.2