Searched refs:CalcQuantities (Results 1 – 3 of 3) sorted by relevance
50 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member in boost::geometry::formula::andoyer_inverse51 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()
60 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member61 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()
50 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale; member in boost::geometry::formula::thomas_inverse51 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()