Searched defs:direction_code_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/ |
D | direction_code.hpp | 38 struct direction_code_impl struct 44 struct direction_code_impl<cartesian_tag> struct 47 static inline int apply(Point1 const& segment_a, Point1 const& segment_b, in apply() 84 struct direction_code_impl<spherical_equatorial_tag> struct 87 static inline int apply(Point1 const& segment_a, Point1 const& segment_b, in apply() 161 …inline T latitude_distance_signed(T const& lat1, T const& lat2, T const& lon_ds, bool & is_antilon) in latitude_distance_signed() 184 struct direction_code_impl<spherical_polar_tag> struct 187 static inline int apply(Point1 segment_a, Point1 segment_b, in apply() 218 struct direction_code_impl<spherical_tag> struct 221 static inline int apply(Point1 segment_a, Point1 segment_b, in apply() [all …]
|