Structure for storing orbit data.
#include <sc_aero.h>
|
double | alpha |
| Angle of attack.
|
|
double | beta |
| Sideslip.
|
|
double | alpha_dot |
| Derivative of angle of attack (rad/s).
|
|
double | beta_dot |
| Derivative of sideslip angle (rad/s).
|
|
double | v_total |
| Total velocity.
|
|
double | v_total_dot |
| Derivative of total velocity.
|
|