| 135 | } |
| 136 | |
| 137 | ParticleIntegrator::ParticleIntegrator(const Params& params) : |
| 138 | mParams(params) |
| 139 | { |
| 140 | assert(mParams.nearestPlanetProvider); |
| 141 | } |
| 142 | |
| 143 | void ParticleIntegrator::update(float dt, std::vector<Particle>& particles) |
| 144 | { |
nothing calls this directly
no outgoing calls
no test coverage detected