ParticleSystemSolver2.h File Reference
#include <Core/Animation/PhysicsAnimation.h>
#include <Core/Collider/Collider2.h>
#include <Core/Emitter/ParticleEmitter2.h>
#include <Core/Field/VectorField2.h>
#include <Core/Particle/ParticleSystemData2.h>
#include <Core/Utils/Constants.h>
#include <Core/Vector/Vector2.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ParticleSystemSolver2 |
Basic 2-D particle system solver. More... | |
class | CubbyFlow::ParticleSystemSolverBuilderBase2< DerivedBuilder > |
Base class for particle-based solver builder. More... | |
class | CubbyFlow::ParticleSystemSolver2::Builder |
Front-end to create ParticleSystemSolver2 objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ParticleSystemSolver2Ptr = std::shared_ptr< ParticleSystemSolver2 > |
Shared pointer type for the ParticleSystemSolver2. More... | |