Home
last modified time | relevance | path

Searched defs:direction_code_impl (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/algorithms/detail/
H A Ddirection_code.hpp50 struct direction_code_impl struct
56 struct direction_code_impl<Point, cartesian_tag> struct
59 static inline int apply(Point1 const& segment_a, Point1 const& segment_b, in apply()
100 struct direction_code_impl<Point, spherical_equatorial_tag> struct
103 static inline int apply(Point1 const& segment_a, Point1 const& segment_b, in apply()
180 …tude_distance_signed(T const& lat1, T const& lat2, T const& lon_ds, T const& pi, bool & is_antilon) in latitude_distance_signed()
201 struct direction_code_impl<Point, spherical_polar_tag> struct
204 static inline int apply(Point1 segment_a, Point1 segment_b, in apply()
233 struct direction_code_impl<Point, geographic_tag> struct