Home
last modified time | relevance | path

Searched defs:get_distance_measure (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp93 struct get_distance_measure struct
98 struct get_distance_measure<CalculationType, cartesian_tag> struct
100 typedef detail::distance_measure<CalculationType> result_type;
103 static result_type apply(SegmentPoint const& p1, SegmentPoint const& p2, in apply()
119 struct get_distance_measure<CalculationType, spherical_tag> struct
121 typedef detail::distance_measure<CalculationType> result_type;
124 static result_type apply(SegmentPoint const& , SegmentPoint const& , in apply()
134 struct get_distance_measure<CalculationType, geographic_tag> struct
150 get_distance_measure(SegmentPoint const& p1, SegmentPoint const& p2, Point const& p) in get_distance_measure() function