MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetWorldTL

Method GetWorldTL

extensions/olcPGEX_TransformedView.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 olc::vf2d TransformedView::GetWorldTL() const
276 {
277 return TransformedView::ScreenToWorld({ 0,0 });
278 }
279
280 olc::vf2d TransformedView::GetWorldBR() const
281 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected