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

Method P3dtoG

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

Source from the content-addressed store, hash-verified

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)); }
528

Callers 2

SubmitBookmarkMethod · 0.80
P2GMethod · 0.80

Calls 2

PtoGMethod · 0.45
P3dtoPMethod · 0.45

Tested by

no test coverage detected