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

Method SetViewArea

extensions/olcPGEX_TransformedView.h:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 void TransformedView::SetViewArea(const olc::vi2d& vViewArea)
271 {
272 m_vViewArea = vViewArea;
273 }
274
275 olc::vf2d TransformedView::GetWorldTL() const
276 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected