| 355 | } |
| 356 | |
| 357 | olc::vf2d TransformedView::ScreenToWorld(const olc::vf2d& vScreenPos) const |
| 358 | { |
| 359 | return (olc::vf2d(vScreenPos) / m_vWorldScale) + m_vWorldOffset; |
| 360 | } |
| 361 | |
| 362 | olc::vf2d TransformedView::ScaleToWorld(const olc::vf2d& vScreenSize) const |
| 363 | { |
nothing calls this directly
no outgoing calls
no test coverage detected