SubOrbDistance:
--------------------------------------------------------------------------
Compute the min angular distance (around the Earth) that connects 2 pts.
Since version 1.0
--------------------------------------------------------------------------
Form:
[angleDist,range] = SubOrbDistance( lat0, lon0, latF, lonF );
--------------------------------------------------------------------------
------
Inputs
------
lat0 (1) Initial Latitude [rad]
lon0 (1) Initial Longitude [rad]
latF (1) Final Latitude [rad]
lonF (1) Final Longitude [rad]
-------
Outputs
-------
angleDist (1) Angular distance of flight around Earth (rad)
range (1) Corresponding range along Earth's surface (km)
See also: SubOrbLambert
--------------------------------------------------------------------------
References: Zarchan, P. (2002) Tactical and Strategic Missile
Guidance, 4th Edition, pp. 239-244.
--------------------------------------------------------------------------
Children:
LaunchVehicle: Utilities/LaunchConstants