]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runwaybase.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Airports / runwaybase.hxx
index aa34df7a747915b689ca534d0d6c2fa0343a4933..745d4cb86b43d6d577d1bebb58424bda7b0e548f 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <simgear/math/sg_geodesy.hxx>
 
-#include "Navaids/positioned.hxx"
+#include <Navaids/positioned.hxx>
 
 #include <string>
 
@@ -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; }