MCPcopy 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

OnLocationUpdateMethod · 0.80
OnCompassUpdateMethod · 0.80
GetDistanceAndAzimutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected