Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void ScreenBase::SetOrg(m2::PointD const & p)
175
{
176
m_Org = p;
177
UpdateDependentParameters();
178
}
179
180
void ScreenBase::Move(double dx, double dy)
181
{
Callers
5
ShrinkInto
Function · 0.80
ScaleInto
Function · 0.80
ShrinkAndScaleInto
Function · 0.80
CenterViewport
Method · 0.80
OnSetCenter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected