Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffer_policies.hpp150 struct buffer_turn_info struct
158 typedef Point point_type;
159 typedef RobustPoint robust_point_type;
161 std::size_t turn_index; // TODO: this might go if partition can operate on non-const input
163 RobustPoint robust_point;
166 …as... we still need to adapt our points, offsetting them 1 integer to be co-located with neighbours
170 inline RobustPoint const& get_robust_point() const in get_robust_point()
178 intersection_location_type location;
181 robust_point_type rob_pi, rob_pj, rob_qi, rob_qj;
184 std::size_t count_within;
[all …]