Home
last modified time | relevance | path

Searched refs:m_routeprop_distance (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DRoutePoint.h89 void SetDistance( double distance) { m_routeprop_distance = distance; }; in SetDistance()
90 double GetDistance() { return m_routeprop_distance; }; in GetDistance()
173 …double m_routeprop_distance; // distance from this waypoint to the next waypoint … variable