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... | |
Functions | |
| template<typename Affector > | |
| std::function< void(Particle &, sf::Time)> | thor::refAffector (Affector &referenced) |
| Creates a functor that references an affector. More... | |
Concrete particle affector classes.