]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/routePath.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / routePath.hxx
index 97513a70dbfce0428a6920ef50f757264ecd50f9..778e0d00ef68a268b9931bc62095a4403cadddfa 100644 (file)
@@ -55,6 +55,8 @@ private:
   double computeAltitudeForIndex(int index) const;
   double computeTrackForIndex(int index) const;
   
+  void interpolateGreatCircle(const SGGeod& aFrom, const SGGeod& aTo, SGGeodVec& r) const;
+  
   /**
    * Find the distance (in Nm) to climb/descend a height in feet
    */