Home
last modified time | relevance | path

Searched refs:comparable_distance (Results 1 – 8 of 8) 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/comparable_distance/
H A Dinterface.hpp38 struct comparable_distance struct
95 struct comparable_distance struct
104 return resolve_strategy::comparable_distance::apply(geometry1, in apply()
112 struct comparable_distance struct
145 return comparable_distance in operator ()()
173 struct comparable_distance struct
206 return comparable_distance in operator ()()
238 struct comparable_distance struct
268 return comparable_distance in operator ()()
318 comparable_distance(Geometry1 const& geometry1, Geometry2 const& geometry2, in comparable_distance() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dpath_intersection.hpp40 …l apply(Indexable const& b, Segment const& segment, comparable_distance_type & comparable_distance) in apply()
46 return index::detail::segment_intersection(b, p1, p2, comparable_distance); in apply()
55 …l apply(Indexable const& b, Linestring const& path, comparable_distance_type & comparable_distance) in apply()
65 …il::segment_intersection(b, *::boost::begin(path), *(::boost::begin(path)+1), comparable_distance); in apply()
73 comparable_distance = 0; in apply()
83 comparable_distance += dist * rel_dist; in apply()
87 comparable_distance += dist; in apply()
110 …efault_path_intersection_distance_type<Indexable, SegmentOrLinestring>::type & comparable_distance) in path_intersection() argument
118 >::apply(b, path, comparable_distance); in path_intersection()
H A Dcomparable_distance_centroid.hpp31 return geometry::comparable_distance(pt, i); in apply()
H A Dcomparable_distance_near.hpp30 return geometry::comparable_distance(pt, i); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp180 if (twice_area * twice_area < geometry::comparable_distance(previous, current) in check_segment()
383 && geometry::comparable_distance(turn.robust_point, offsetted) <= 1) in check_helper_segment()
731 = geometry::comparable_distance(piece.robust_center, in apply()
H A Dbuffered_piece_collection.hpp746 = geometry::comparable_distance(pc.robust_center, s); in prepare_buffered_point_piece()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Ddistance_predicates.hpp115 result = geometry::comparable_distance(relation::value(p.point_or_relation), i); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp81 geometry::comparable_distance(node_center, element_center), in apply()