]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/performancedata.hxx
Overhaul the ground-net / parking code.
[flightgear.git] / src / AIModel / performancedata.hxx
index fd6deb53d6aea2e542cc2e01202a3a18ca1ba3c8..a8aef6400e3b46ec76585d8b54b3a50194b94c36 100644 (file)
@@ -46,6 +46,7 @@ public:
     inline double vTouchdown       () { return _vTouchdown; };
     inline double vCruise          () { return _vCruise; };
     
+    double decelerationOnGround() const;
 private:
     double _acceleration;
     double _deceleration;