Home
last modified time | relevance | path

Searched defs:direction_type (Results 1 – 2 of 2) 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
69 char how;
72 bool opposite;
77 int how_a;
78 int how_b;
86 int dir_a; // Direction of A-s TO from IP
87 int dir_b; // Direction of B-s TO from IP
90 side_info sides;
[all …]
/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