| 394 | } |
| 395 | |
| 396 | void EngineWorker::swapSelection(RealVector2D const& pos, float radius) |
| 397 | { |
| 398 | EngineWorkerGuard access(this); |
| 399 | _simulationCudaFacade->swapSelection(PointSelectionData{{pos.x, pos.y}, radius}); |
| 400 | } |
| 401 | |
| 402 | SelectionShallowData EngineWorker::getSelectionShallowData() |
| 403 | { |