Home
last modified time | relevance | path

Searched refs:get_relate_segment_segment_strategy (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/distance/
Dlinear_or_areal_to_areal.hpp45 strategy.get_relate_segment_segment_strategy()) ) in apply()
80 strategy.get_relate_segment_segment_strategy()) ) in apply()
Dsegment_to_segment.hpp74 … if (geometry::intersects(segment1, segment2, strategy.get_relate_segment_segment_strategy())) in apply()
Dgeometry_to_segment_or_box.hpp187 return geometry::intersects(g1, g2, s.get_relate_segment_segment_strategy()); in apply()
/third_party/boost/boost/geometry/strategies/cartesian/
Dindex.hpp92 static inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() in get_relate_segment_segment_strategy() function
Ddistance_projected_point.hpp89 static inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() in get_relate_segment_segment_strategy() function in boost::geometry::strategy::distance::projected_point
/third_party/boost/boost/geometry/strategies/spherical/
Dindex.hpp78 static inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() in get_relate_segment_segment_strategy() function
Ddistance_cross_track.hpp341 static inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() in get_relate_segment_segment_strategy() function in boost::geometry::strategy::distance::comparable::cross_track
542 static inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() in get_relate_segment_segment_strategy() function in boost::geometry::strategy::distance::cross_track
/third_party/boost/libs/geometry/doc/generated/
Ddistance_projected_point.qbk42 [[``relate_segment_segment_strategy_type get_relate_segment_segment_strategy()``
Ddistance_cross_track.qbk66 [[``relate_segment_segment_strategy_type get_relate_segment_segment_strategy()``
/third_party/boost/boost/geometry/strategies/geographic/
Dindex.hpp76 inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() const in get_relate_segment_segment_strategy() function
Ddistance_cross_track.hpp105 inline relate_segment_segment_strategy_type get_relate_segment_segment_strategy() const in get_relate_segment_segment_strategy() function in boost::geometry::strategy::distance::detail::geographic_cross_track
/third_party/boost/boost/geometry/index/
Dequal_to.hpp76 return geometry::equals(g1, g2, s.get_relate_segment_segment_strategy()); in apply()