Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_policies.hpp144 struct buffer_turn_info struct
152 typedef Point point_type;
154 std::size_t turn_index;
159 bool is_turn_traversable;
161 bool close_to_offset;
162 bool is_linear_end_point;
163 bool within_original;
164 signed_size_type count_in_original; // increased by +1 for in ext.ring, -1 for int.ring
166 inline buffer_turn_info() in buffer_turn_info() argument