May 15, 200620 yr Hi! I want get the right Data for the Accleration on pilot. I have found some in flight.hxx. inline double get_A_X_pilot() const { return a_pilot_body_v[0]; } inline double get_A_Y_pilot() const { return a_pilot_body_v[1]; } inline double get_A_Z_pilot() const { return a_pilot_body_v[2]; }Are this the correct Data for what the pilot feel if he fliht?
May 15, 200620 yr >Hi! >>I want get the right Data for the Accleration on pilot. >I have found some in flight.hxx. >> inline double get_A_X_pilot() const { return>a_pilot_body_v[0]; }> inline double get_A_Y_pilot() const { return>a_pilot_body_v[1]; }> inline double get_A_Z_pilot() const { return>a_pilot_body_v[2]; }>>Are this the correct Data for what the pilot feel if he fliht?This is a development-specific inquiry, and as such much better dealt with on the FlightGear Devel Mailing list: http://www.flightgear.org/mail.html
Create an account or sign in to comment