Classes | Variables
Particles/Affectors.hpp File Reference

Concrete particle affector classes. More...

Go to the source code of this file.

Classes

class  thor::ForceAffector
 Applies a translational acceleration to particles over time. More...
class  thor::TorqueAffector
 Applies a rotational acceleration to particles over time. More...
class  thor::ScaleAffector
 Scales particles over time. More...
class  thor::AnimationAffector
 Affector that animates particles using a function. More...

Variables

std::function< void(Particle
&, sf::Time)> 
thor::refAffector (Affector &referenced)
 Creates a functor that references an affector.

Detailed Description

Concrete particle affector classes.