Searched refs:has_self_intersections (Results 1 – 3 of 3) 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/ |
| H A D | has_self_intersections.hpp | 70 inline bool has_self_intersections(Geometry const& geometry, in has_self_intersections() function 136 inline bool has_self_intersections(Geometry const& geometry, in has_self_intersections() function 151 return has_self_intersections(geometry, strategy, robust_policy, in has_self_intersections()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/ |
| H A D | linear.hpp | 193 inline bool has_self_intersections(Linear const& linear, Strategy const& strategy) in has_self_intersections() function 267 && ! has_self_intersections(linestring, strategy); in apply() 318 return ! has_self_intersections(multilinestring, strategy); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | backtrack_check_si.hpp | 143 has_self_intersections(geometry1, strategy, robust_policy); in apply() 144 has_self_intersections(geometry2, strategy, robust_policy); in apply()
|