Distance calculation formulae on latlong coordinates, after Vincenty, 1975.
More...
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::distance::vincenty< Spheroid, CalculationType >
Distance calculation formulae on latlong coordinates, after Vincenty, 1975.
- Template Parameters
-
Spheroid | The reference spheroid model |
CalculationType | numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point |
- Author
- See
-
Adapted from various implementations to get it close to the original document
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>