| 388 | } |
| 389 | |
| 390 | void EngineWorker::switchSelection(RealVector2D const& pos, float radius) |
| 391 | { |
| 392 | EngineWorkerGuard access(this); |
| 393 | _simulationCudaFacade->switchSelection(PointSelectionData{{pos.x, pos.y}, radius}); |
| 394 | } |
| 395 | |
| 396 | void EngineWorker::swapSelection(RealVector2D const& pos, float radius) |
| 397 | { |