Function swri_transform_util::LongitudeDegreesFromMeters
Defined in File transform_util.h
Function Documentation
-
double swri_transform_util::LongitudeDegreesFromMeters(double latitude, double altitude, double arc_length)
Calculate the subtending angle of an arc (aligned with the longitudinal coordinate axis at the specified latitude and altitude) with the specied arc length.
- Parameters:
latitude – [in] The latitude of the arc.
altitude – [in] The radius of the arc.
arc_length – [in] The arc length in meters.
- Returns:
The angle subtended by the arc (in degrees)