| 148 | } |
| 149 | |
| 150 | void Navigator::StartScale(m2::PointD const & pt1, m2::PointD const & pt2) |
| 151 | { |
| 152 | m_StartScreen = m_Screen; |
| 153 | m_StartPt1 = m_LastPt1 = pt1; |
| 154 | m_StartPt2 = m_LastPt2 = pt2; |
| 155 | |
| 156 | m_DoCheckRotationThreshold = true; |
| 157 | m_IsRotatingDuringScale = false; |
| 158 | m_InAction = true; |
| 159 | } |
| 160 | |
| 161 | void Navigator::Scale(m2::PointD const & pixelScaleCenter, double factor) |
| 162 | { |
no outgoing calls