| 293 | } |
| 294 | |
| 295 | void _SimulationFacadeImpl::switchSelection(RealVector2D const& pos, float radius) |
| 296 | { |
| 297 | _worker.switchSelection(pos, radius); |
| 298 | } |
| 299 | |
| 300 | void _SimulationFacadeImpl::swapSelection(RealVector2D const& pos, float radius) |
| 301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected