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

Method Move

libs/geometry/screenbase.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void ScreenBase::Move(double dx, double dy)
181{
182 m_Org = PtoG(GtoP(m_Org) - m2::PointD(dx, dy));
183 UpdateDependentParameters();
184}
185
186void ScreenBase::MoveG(m2::PointD const & p)
187{

Callers 2

UNIT_TESTFunction · 0.45
make_section_longerFunction · 0.45

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.36
make_section_longerFunction · 0.36