Path: AerospaceUtils/Coord
% Bank angle computations The angle between the vehicle's normal axis and the Earth's vertical plane containing the aircraft's longitudinal axis. All vectors must be in the same frame. Type BankAngle for a demo. -------------------------------------------------------------------------- function: sigma = BankAngle( r, v, n, x ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,1) Vector to vehicle v (3,1) Velocity vector n (3,:) Normal vectors x (3,1) Longitudinal axis ------- Outputs ------- sigma (1,:) Bank angle (rad) --------------------------------------------------------------------------