]> 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 1f7e58f12033837ca65b525812305cf4e1e79af7..ca0a9fb6a4adeedcf61341a75b706f07566d3910 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; }
@@ -84,6 +85,7 @@ public:
   { return _surface_code; }
   
 protected:
+    
   double _heading;
   double _length;
   double _width;