OGRE  1.9.0
Ogre::BillboardSet::SortByDirectionFunctor Struct Reference

Sort by direction functor. More...

#include <OgreBillboardSet.h>

Public Member Functions

 SortByDirectionFunctor (const Vector3 &dir)
 
float operator() (Billboard *bill) const
 

Public Attributes

Vector3 sortDir
 Direction to sort in.
 

Detailed Description

Sort by direction functor.

Definition at line 266 of file OgreBillboardSet.h.

Constructor & Destructor Documentation

◆ SortByDirectionFunctor()

Ogre::BillboardSet::SortByDirectionFunctor::SortByDirectionFunctor ( const Vector3 & dir)

Member Function Documentation

◆ operator()()

float Ogre::BillboardSet::SortByDirectionFunctor::operator() ( Billboard * bill) const

Member Data Documentation

◆ sortDir

Vector3 Ogre::BillboardSet::SortByDirectionFunctor::sortDir

Direction to sort in.

Definition at line 269 of file OgreBillboardSet.h.


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