Home
last modified time | relevance | path

Searched refs:point_to_point (Results 1 – 6 of 6) 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 Dconvert_point_to_point.hpp36 struct point_to_point struct
43point_to_point<Source, Destination, Dimension + 1, DimensionCount>::apply(source, destination); in apply()
48 struct point_to_point<Source, Destination, DimensionCount, DimensionCount> struct
58point_to_point<Source, Destination, 0, dimension<Destination>::value>::apply(source, destination); in convert_point_to_point()
/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 Dbox.hpp58 detail::conversion::point_to_point in apply()
88 detail::conversion::point_to_point in apply()
H A Drange_of_boxes.hpp175 detail::conversion::point_to_point in apply()
183 detail::conversion::point_to_point in apply()
H A Dpoint.hpp53 detail::conversion::point_to_point in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dpoint_to_geometry.hpp62 struct point_to_point struct
363 > : detail::distance::point_to_point<P1, P2, Strategy>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp306 : detail::conversion::point_to_point<Geometry1, Geometry2, 0, DimensionCount>