Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetNorth
Method
GetNorth
libs/map/framework.hpp:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void GetNorth(double & n) const
154
{
155
if (m_fixedDir)
156
n = m_dirFromNorth;
157
}
158
bool HasNorth() const { return m_fixedDir; }
159
160
} m_fixedPos;
Callers
3
OnLocationUpdate
Method · 0.80
OnCompassUpdate
Method · 0.80
GetDistanceAndAzimut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected