]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runwaybase.hxx
Added a small and simple dialogbox that allows the user to issue ATC commands.
[flightgear.git] / src / Airports / runwaybase.hxx
index 1f7e58f12033837ca65b525812305cf4e1e79af7..745d4cb86b43d6d577d1bebb58424bda7b0e548f 100644 (file)
@@ -52,6 +52,7 @@ public:
    * opposited direction. 0.0 corresponds to the (non-displaced) threshold
    */
   SGGeod pointOnCenterline(double aOffset) const;
+  SGGeod pointOffCenterline(double aOffset, double lateralOffset) const;
   
   double lengthFt() const
   { return _length; }