Home
last modified time | relevance | path

Searched refs:CalcCoordinates (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dthomas_direct.hpp54 static const bool CalcCoordinates = EnableCoordinates || CalcQuantities; member in boost::geometry::formula::thomas_direct
55 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcCoordinates || CalcQuantities;
163 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()
208 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()
Dvincenty_direct.hpp60 static const bool CalcCoordinates = EnableCoordinates || CalcQuantities; member in boost::geometry::formula::vincenty_direct
139 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()
169 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()
Dmeridian_direct.hpp47 static const bool CalcCoordinates = EnableCoordinates || CalcRevAzimuth; member in boost::geometry::formula::meridian_direct
68 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()
Dkarney_direct.hpp70 static const bool CalcCoordinates = EnableCoordinates || CalcQuantities; member in boost::geometry::formula::karney_direct
71 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcCoordinates || CalcQuantities;
177 if (BOOST_GEOMETRY_CONDITION(CalcCoordinates)) in apply()