MCPcopy Create free account
hub / github.com/comaps/comaps / CorrectScalePoint

Method CorrectScalePoint

libs/drape_frontend/my_position_controller.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void MyPositionController::CorrectScalePoint(m2::PointD & pt) const
338{
339 if (IsModeChangeViewport())
340 pt = GetRotationPixelCenter();
341}
342
343void MyPositionController::CorrectScalePoint(m2::PointD & pt1, m2::PointD & pt2) const
344{

Callers

nothing calls this directly

Calls 1

IsModeChangeViewportFunction · 0.85

Tested by

no test coverage detected