]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Wing.hpp
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / FDM / YASim / Wing.hpp
index af47840f692cc58ea5db04132a1402e9e9960362..f6353ddc9c28a49942f5f4a424295ada9e74c0cb 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _WING_HPP
 #define _WING_HPP
 
-#include "util/Vector.hpp"
+#include "Vector.hpp"
 
 namespace yasim {
 
@@ -44,6 +44,13 @@ public:
     // Compile the thing into a bunch of Surface objects
     void compile();
 
+    void getTip(float* tip);
+
+    bool isMirrored();
+
+    // Ground effect information
+    float getGroundEffect(float* posOut);
+    
     // Query the list of Surface objects
     int numSurfaces();
     Surface* getSurface(int n);