OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ParticleSystem::SortByDirectionFunctor Struct Reference

Sort by direction functor. More...

#include <OgreParticleSystem.h>

+ Collaboration diagram for Ogre::ParticleSystem::SortByDirectionFunctor:

Public Member Functions

 SortByDirectionFunctor (const Vector3 &dir)
 
float operator() (Particle *p) const
 

Public Attributes

Vector3 sortDir
 Direction to sort in. More...
 

Detailed Description

Sort by direction functor.

Definition at line 712 of file OgreParticleSystem.h.

Constructor & Destructor Documentation

Ogre::ParticleSystem::SortByDirectionFunctor::SortByDirectionFunctor ( const Vector3 dir)

Member Function Documentation

float Ogre::ParticleSystem::SortByDirectionFunctor::operator() ( Particle p) const

Member Data Documentation

Vector3 Ogre::ParticleSystem::SortByDirectionFunctor::sortDir

Direction to sort in.

Definition at line 715 of file OgreParticleSystem.h.


The documentation for this struct was generated from the following file: