The solution of the direct problem of geodesics on latlong coordinates, after Vincenty, 1975.
More...
|
template<typename T , typename Dist , typename Azi , typename Spheroid > |
static result_type | apply (T const &lo1, T const &la1, Dist const &distance, Azi const &azimuth12, Spheroid const &spheroid) |
|
template<typename CT>
struct boost::geometry::detail::vincenty_direct< CT >
The solution of the direct problem of geodesics on latlong coordinates, after Vincenty, 1975.
- Author
- See
-
Adapted from various implementations to get it close to the original document
template<typename CT >
template<typename T , typename Dist , typename Azi , typename Spheroid >