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

Method GtoP

libs/map/framework.hpp:526–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 m2::PointD PtoG(m2::PointD const & p) const { return m_currentModelView.PtoG(p); }
525 m2::PointD P3dtoG(m2::PointD const & p) const { return m_currentModelView.PtoG(m_currentModelView.P3dtoP(p)); }
526 m2::PointD GtoP(m2::PointD const & p) const { return m_currentModelView.GtoP(p); }
527 m2::PointD GtoP3d(m2::PointD const & p) const { return m_currentModelView.PtoP3d(m_currentModelView.GtoP(p)); }
528
529 /// Show all model by it's world rect.

Callers 3

GtoP3dMethod · 0.45
GetMarkFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

GetMarkFunction · 0.36
UNIT_TESTFunction · 0.36