Home
last modified time | relevance | path

Searched refs:direction_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/policies/relate/
Ddirection.hpp33 struct direction_type struct
37 inline direction_type(side_info const& s, char h, in direction_type() argument
53 inline direction_type(char h, bool op, int ha = 0, int hb = 0) in direction_type() function
116 typedef direction_type return_type;
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dsort_by_side.hpp36 enum direction_type { dir_unknown = -1, dir_from = 0, dir_to = 1 }; enum
56 direction_type d, operation_type op, segment_identifier const& si) in ranked_point()
74 direction_type direction;
/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_collinear.cpp94 bg::policies::relate::direction_type dir in test_segment_intersection()