X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Frunwaybase.hxx;h=745d4cb86b43d6d577d1bebb58424bda7b0e548f;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=aa34df7a747915b689ca534d0d6c2fa0343a4933;hpb=7345a044e028c6c0a843d7de96adfb4217422112;p=flightgear.git diff --git a/src/Airports/runwaybase.hxx b/src/Airports/runwaybase.hxx index aa34df7a7..745d4cb86 100644 --- a/src/Airports/runwaybase.hxx +++ b/src/Airports/runwaybase.hxx @@ -28,7 +28,7 @@ #include -#include "Navaids/positioned.hxx" +#include #include @@ -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; }