The solution of the inverse problem of geodesics on latlong coordinates, Forsyth-Andoyer-Lambert type approximation with first order terms.
More...
|
template<typename T1 , typename T2 , typename Spheroid > |
static result_type | apply (T1 const &lon1, T1 const &lat1, T2 const &lon2, T2 const &lat2, Spheroid const &spheroid) |
|
template<typename CT, bool EnableDistance, bool EnableAzimuth>
struct boost::geometry::detail::andoyer_inverse< CT, EnableDistance, EnableAzimuth >
The solution of the inverse problem of geodesics on latlong coordinates, Forsyth-Andoyer-Lambert type approximation with first order terms.
- Author
- See
template<typename CT , bool EnableDistance, bool EnableAzimuth>
template<typename CT , bool EnableDistance, bool EnableAzimuth>
template<typename T1 , typename T2 , typename Spheroid >