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

Method GetBottomRightTile

extensions/olcPGEX_TransformedView.h:748–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 }
747
748 olc::vi2d TileTransformedView::GetBottomRightTile() const
749 {
750 return ScreenToWorld(m_vViewArea).ceil();
751 }
752
753 olc::vi2d TileTransformedView::GetVisibleTiles() const
754 {

Callers

nothing calls this directly

Calls 1

ceilMethod · 0.45

Tested by

no test coverage detected