]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGTank.h
Updates to help work the kinks out of JSBsim.
[flightgear.git] / src / FDM / JSBSim / FGTank.h
index 54baddacb6e379e5559fa736f5ad2ee97e381d78..a329ffb50f62e8e14b37750c782c8cab1f98842a 100644 (file)
@@ -78,6 +78,9 @@ public:
   bool GetSelected(void) {return Selected;}
   float GetPctFull(void) {return PctFull;}
   float GetContents(void) {return Contents;}
+  float inline GetX(void) {return X;}
+  float inline GetY(void) {return Y;}
+  float inline GetZ(void) {return Z;}
 
   enum TankType {ttUNKNOWN, ttFUEL, ttOXIDIZER};