Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dintersect_util.hpp284 struct find_first_bound { struct
285 bound_ptr<T> b1;
286 bound_ptr<T> b2;
288 find_first_bound(intersect_node<T> const& inode) : b1(inode.bound1), b2(inode.bound2) { in find_first_bound() argument
291 bool operator()(bound_ptr<T> const& b) { in operator ()()