]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runwaybase.hxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Airports / runwaybase.hxx
index aa34df7a747915b689ca534d0d6c2fa0343a4933..ca0a9fb6a4adeedcf61341a75b706f07566d3910 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; }
@@ -84,6 +85,7 @@ public:
   { return _surface_code; }
   
 protected:
+    
   double _heading;
   double _length;
   double _width;