| 335 | } |
| 336 | |
| 337 | void MyPositionController::CorrectScalePoint(m2::PointD & pt) const |
| 338 | { |
| 339 | if (IsModeChangeViewport()) |
| 340 | pt = GetRotationPixelCenter(); |
| 341 | } |
| 342 | |
| 343 | void MyPositionController::CorrectScalePoint(m2::PointD & pt1, m2::PointD & pt2) const |
| 344 | { |
nothing calls this directly
no test coverage detected