MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / worldToScreen

Method worldToScreen

dep/agg/src/agg2d.cpp:273–276  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

271
272//------------------------------------------------------------------------
273void Agg2D::worldToScreen(double& x, double& y) const
274{
275 m_transform.transform(&x, &y);
276}
277
278//------------------------------------------------------------------------
279void Agg2D::screenToWorld(double& x, double& y) const

Callers

nothing calls this directly

Calls 1

transformMethod · 0.45

Tested by

no test coverage detected