Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Disable3dMode
Method
Disable3dMode
libs/drape_frontend/navigator.cpp:302–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void Navigator::Disable3dMode()
303
{
304
if (m_Screen.isPerspective())
305
m_Screen.ResetPerspective();
306
}
307
308
m2::AnyRectD ToRotated(Navigator const & navigator, m2::RectD const & rect)
309
{
Callers
1
SetAutoPerspective
Method · 0.80
Calls
2
isPerspective
Method · 0.80
ResetPerspective
Method · 0.80
Tested by
no test coverage detected