IncLatVelToAzimuthHeading:
------------------------------------------------------------------------
Compute azimuth and heading req.d at lat. and V to reach inclination.
Since version 1.0
------------------------------------------------------------------------
Form:
[beta,psi] = IncLatVelToAzimuthHeading( inc, lat, V, rotation );
------------------------------------------------------------------------
------
Inputs
------
inc (1,1) Desired inclination (rad)
lat (1,1) Current latitude (rad)
V (1,1) Current airspeed velocity (km/s)
rotation (1,1) Flag. Consider Earth rotation (1) or not (0)
-------
Outputs
-------
beta (1,1) Azimuth angle to fly at (rad)
psi (1,2) Heading angle to fly at (rad). Note that
there are two possible headings, towards the
East (+) or towards the West (-).
------------------------------------------------------------------------