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

Method switchSelection

source/EngineImpl/SimulationFacadeImpl.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void _SimulationFacadeImpl::switchSelection(RealVector2D const& pos, float radius)
296{
297 _worker.switchSelection(pos, radius);
298}
299
300void _SimulationFacadeImpl::swapSelection(RealVector2D const& pos, float radius)
301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected