| 166 | } |
| 167 | |
| 168 | void ScreenBase::MatchGandP3d(m2::PointD const & g, m2::PointD const & p3d) |
| 169 | { |
| 170 | m2::PointD g_current = PtoG(P3dtoP(p3d)); |
| 171 | SetOrg(m_Org - g_current + g); |
| 172 | } |
| 173 | |
| 174 | void ScreenBase::SetOrg(m2::PointD const & p) |
| 175 | { |
no outgoing calls
no test coverage detected