48#include <simgear/math/SGMath.hxx>
62 SGVec3f gravity_vector;
67 float balloon_envelope_area;
68 float balloon_envelope_volume;
70 float wind_facing_area_of_balloon;
71 float wind_facing_area_of_basket;
77 float weight_of_total_fuel;
78 float weight_of_envelope;
79 float weight_of_basket;
80 float weight_of_cargo;
83 float max_flow_of_fuel_per_second;
84 float current_burner_strength;
87 float l_of_the_envelope;
105 void getHPR(SGVec3f& angles)
const;
106 void setHPR(
const SGVec3f& angles);
113 void set_dt(
const float new_dt) { dt = new_dt; }
void getPosition(SGVec3f &v) const
void getVelocity(SGVec3f &v) const
void set_dt(const float new_dt)
void set_burner_strength(const float bs)
float getFuelLeft(void) const
void getHPR(SGVec3f &angles) const
void setVelocity(const SGVec3f &v)
void setGroundLevel(const float altitude)
void setHPR(const SGVec3f &angles)
float getTemperature(void) const
void setPosition(const SGVec3f &v)