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

Method PtoG

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

@name Manipulating with model view

Source from the content-addressed store, hash-verified

522
523 /// @name Manipulating with model view
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)); }

Callers 2

P3dtoGMethod · 0.45
GetBookmarkPxPointFunction · 0.45

Calls

no outgoing calls

Tested by 1

GetBookmarkPxPointFunction · 0.36