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

Method tryDrawVectorGraphics

source/EngineImpl/SimulationFacadeImpl.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void _SimulationFacadeImpl::tryDrawVectorGraphics(
44 RealVector2D const& rectUpperLeft,
45 RealVector2D const& rectLowerRight,
46 IntVector2D const& imageSize,
47 double zoom)
48{
49 _worker.tryDrawVectorGraphics(rectUpperLeft, rectLowerRight, imageSize, zoom);
50}
51
52std::optional<OverlayDescription> _SimulationFacadeImpl::tryDrawVectorGraphicsAndReturnOverlay(
53 RealVector2D const& rectUpperLeft,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected