| 273 | } |
| 274 | |
| 275 | olc::vf2d TransformedView::GetWorldTL() const |
| 276 | { |
| 277 | return TransformedView::ScreenToWorld({ 0,0 }); |
| 278 | } |
| 279 | |
| 280 | olc::vf2d TransformedView::GetWorldBR() const |
| 281 | { |
nothing calls this directly
no outgoing calls
no test coverage detected