VEFToVGamAz:
--------------------------------------------------------------------------
Compute the velocity mag, flight path angle and azimuth from a vector.
Since version 2015.1
--------------------------------------------------------------------------
Form:
[V,gamma,az] = VEFToVGamAz( vEF )
--------------------------------------------------------------------------
------
Inputs
------
vEF (3,1) Earth fixed frame velocity vector
lat (1,1) Latitude (rad)
lon (1,1) Longitude (rad)
-------
Outputs
-------
V (1,1) Velocity magnitude (km/s)
gamma (1,1) Flight path angle (rad)
az (1,1) Azimuth angle (rad)
--------------------------------------------------------------------------
See also ENUToECEF
--------------------------------------------------------------------------
Children:
Math: Linear/Mag
Orbit: OrbitCoord/ENUToECEF