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

Method swapSelection

source/EngineImpl/EngineWorker.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

onSelectObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected