Home
last modified time | relevance | path

Searched refs:CalcQuantities (Results 1 – 3 of 3) 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 Dandoyer_inverse.hpp50 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member in boost::geometry::formula::andoyer_inverse
51 static const bool CalcAzimuths = EnableAzimuth || EnableReverseAzimuth || CalcQuantities;
52 static const bool CalcFwdAzimuth = EnableAzimuth || CalcQuantities;
53 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcQuantities;
201 if (BOOST_GEOMETRY_CONDITION(CalcQuantities)) in apply()
H A Dvincenty_inverse.hpp60 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member
61 static const bool CalcAzimuths = EnableAzimuth || EnableReverseAzimuth || CalcQuantities;
62 static const bool CalcFwdAzimuth = EnableAzimuth || CalcQuantities;
63 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcQuantities;
208 if (BOOST_GEOMETRY_CONDITION(CalcQuantities)) in apply()
H A Dthomas_inverse.hpp50 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member in boost::geometry::formula::thomas_inverse
51 static const bool CalcAzimuths = EnableAzimuth || EnableReverseAzimuth || CalcQuantities;
52 static const bool CalcFwdAzimuth = EnableAzimuth || CalcQuantities;
53 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcQuantities;
204 if (BOOST_GEOMETRY_CONDITION(CalcQuantities)) in apply()