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

Method getClusteredSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81ClusteredDataDescription _SimulationFacadeImpl::getClusteredSimulationData()
82{
83 auto size = getWorldSize();
84 return _worker.getClusteredSimulationData({-10, -10}, {size.x + 10, size.y + 10});
85}
86
87DataDescription _SimulationFacadeImpl::getSimulationData()
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected