Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp91 CalculationType& lat1, in swap()
130 CalculationType& lat1, in compute_box_corners()
191 CalculationType& lat1, in special_cases()
257 CalculationType lat1, in create_box()
297 CalculationType& lat1, in apply()
316 CalculationType& lat1, in apply()
344 CalculationType lat1, in apply()
362 CalculationType lat1, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_latitude.hpp37 static inline CT apply(T1 const& lat1, in apply()
75 static inline CT apply(T1 const& lat1, in apply()
H A Dspherical.hpp124 T1 const& lat1, in spherical_azimuth()
168 inline ReturnType spherical_azimuth(T1 const& lon1, T1 const& lat1, in spherical_azimuth()
175 inline T spherical_azimuth(T const& lon1, T const& lat1, T const& lon2, T const& lat2) in spherical_azimuth()
H A Dvertex_longitude.hpp40 static inline CT apply(T const& lat1, //segment point 1 in apply()
69 static inline CT apply(T const& lat1, //segment point 1 in apply()
287 CT& lat1, in apply()
H A Dandoyer_inverse.hpp60 T1 const& lat1, in apply()
H A Dthomas_inverse.hpp60 T1 const& lat1, in apply()
H A Ddifferential_quantities.hpp38 static inline void apply(CT const& lon1, CT const& lat1, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp99 CT lat1 = geometry::get_as_radian<1>(p0_normalized); in apply() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp86 static inline R calculate(T1 const& lon1, T1 const& lat1, in calculate()