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

Method TileTransformedView

extensions/olcPGEX_TransformedView.h:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735
736
737 TileTransformedView::TileTransformedView(const olc::vi2d& vViewArea, const olc::vi2d& vTileSize)
738 {
739 Initialise(vViewArea, vTileSize);
740 }
741
742
743 olc::vi2d TileTransformedView::GetTopLeftTile() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected