Home
last modified time | relevance | path

Searched defs:vincenty_inverse (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvincenty_inverse.hpp58 struct vincenty_inverse struct
60 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale;
61 static const bool CalcAzimuths = EnableAzimuth || EnableReverseAzimuth || CalcQuantities;
62 static const bool CalcFwdAzimuth = EnableAzimuth || CalcQuantities;
63 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcQuantities;
66 typedef result_inverse<CT> result_type;
69 static inline result_type apply(T1 const& lon1, in apply()