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

Method GtoP3d

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

Source from the content-addressed store, hash-verified

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.
530 void ShowAll();

Callers

nothing calls this directly

Calls 2

PtoP3dMethod · 0.80
GtoPMethod · 0.45

Tested by

no test coverage detected