Home
last modified time | relevance | path

Searched refs: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
100 struct direction_code_impl<Point, spherical_equatorial_tag> struct
201 struct direction_code_impl<Point, spherical_polar_tag> struct
225 return direction_code_impl in apply()
233 struct direction_code_impl<Point, geographic_tag> struct
234 : direction_code_impl<Point, spherical_equatorial_tag>
246 return direction_code_impl<Point1>::apply(segment_a, segment_b, p); in direction_code()