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

Method swapSelection

source/EngineImpl/SimulationFacadeImpl.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void _SimulationFacadeImpl::swapSelection(RealVector2D const& pos, float radius)
301{
302 _worker.swapSelection(pos, radius);
303}
304
305SelectionShallowData _SimulationFacadeImpl::getSelectionShallowData()
306{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected