| 284 | } |
| 285 | |
| 286 | void _SimulationFacadeImpl::applyForce_async( |
| 287 | RealVector2D const& start, |
| 288 | RealVector2D const& end, |
| 289 | RealVector2D const& force, |
| 290 | float radius) |
| 291 | { |
| 292 | _worker.applyForce_async(start, end, force, radius); |
| 293 | } |
| 294 | |
| 295 | void _SimulationFacadeImpl::switchSelection(RealVector2D const& pos, float radius) |
| 296 | { |
nothing calls this directly
no outgoing calls
no test coverage detected