Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void ScreenBase::Move(double dx, double dy)
181
{
182
m_Org = PtoG(GtoP(m_Org) - m2::PointD(dx, dy));
183
UpdateDependentParameters();
184
}
185
186
void ScreenBase::MoveG(m2::PointD const & p)
187
{
Callers
2
UNIT_TEST
Function · 0.45
make_section_longer
Function · 0.45
Calls
no outgoing calls
Tested by
2
UNIT_TEST
Function · 0.36
make_section_longer
Function · 0.36