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

Method SetOrg

libs/geometry/screenbase.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void ScreenBase::SetOrg(m2::PointD const & p)
175{
176 m_Org = p;
177 UpdateDependentParameters();
178}
179
180void ScreenBase::Move(double dx, double dy)
181{

Callers 5

ShrinkIntoFunction · 0.80
ScaleIntoFunction · 0.80
ShrinkAndScaleIntoFunction · 0.80
CenterViewportMethod · 0.80
OnSetCenterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected