Home
last modified time | relevance | path

Searched refs:check_intersection (Results 1 – 2 of 2) 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/distance/
H A Dgeometry_to_segment_or_box.hpp180 bool check_intersection = true) in apply() argument
196 if (check_intersection in apply()
302 Strategy const& strategy, bool check_intersection = true) in apply() argument
304 return apply(geometry, segment_or_box, strategy, check_intersection); in apply()
H A Dsegment_to_box.hpp101 bool check_intersection = true) in apply() argument
103 if (check_intersection && geometry::intersects(segment, box)) in apply()
216 bool check_intersection = true) in apply() argument
218 if (check_intersection && geometry::intersects(segment, box)) in apply()