]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/routePath.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / routePath.hxx
index cd35642a831a26fd96377aedadfbcb63cd825073..778e0d00ef68a268b9931bc62095a4403cadddfa 100644 (file)
@@ -29,6 +29,7 @@
 namespace flightgear
 {
   class Hold;
+  class FlightPlan;
 }
 
 typedef std::vector<SGGeod> SGGeodVec;
@@ -54,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
    */