]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Math.hpp
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / YASim / Math.hpp
index 9acfeb4b6abcfff9d11526c3221b64187a335393..66bd6cc80a76bc61bcff280d3f1dfcc60b5bdee9 100644 (file)
@@ -32,6 +32,7 @@ public:
     static double cos(double f);
     static double tan(double f);
     static double atan2(double y, double x);
+    static double floor(double x);
 
     // Some 3D vector stuff.  In all cases, it is permissible for the
     // "out" vector to be the same as one of the inputs.