MCPcopy Create free account
hub / github.com/Prograda/Skybolt / ParticleIntegrator

Method ParticleIntegrator

src/Skybolt/SkyboltSim/Particles/ParticleSystem.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137ParticleIntegrator::ParticleIntegrator(const Params& params) :
138 mParams(params)
139{
140 assert(mParams.nearestPlanetProvider);
141}
142
143void ParticleIntegrator::update(float dt, std::vector<Particle>& particles)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected