| 77 | |
| 78 | public: |
| 79 | inline Camera2D() : m_pTarget(&m_vLocalTarget) {} |
| 80 | |
| 81 | // Construct a camera with a viewable area size, and an optional starting position |
| 82 | inline Camera2D(const olc::vf2d& vViewSize, const olc::vf2d& vViewPos = { 0.0f, 0.0f }) : m_pTarget(&m_vLocalTarget) |
nothing calls this directly
no outgoing calls
no test coverage detected