MCPcopy Create free account
hub / github.com/chrxh/alien / switchSelection

Method switchSelection

source/EngineImpl/EngineWorker.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

onSelectObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected