Home
last modified time | relevance | path

Searched refs:is_within (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/is_valid/
H A Dpolygon.hpp221 inline bool is_within(Item const& first, Item const& second) in is_within() function
238 && (is_within(*item1.get(), *item2.get()) in apply()
239 || is_within(*item2.get(), *item1.get()))) in apply()