Home
last modified time | relevance | path

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 Dhas_self_intersections.hpp70 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 Dlinear.hpp193 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 Dbacktrack_check_si.hpp143 has_self_intersections(geometry1, strategy, robust_policy); in apply()
144 has_self_intersections(geometry2, strategy, robust_policy); in apply()