Home
last modified time | relevance | path

Searched defs:hp_intersection_swap (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 Dsnap_rounding.hpp19 struct hp_intersection_swap { struct
21 ring_manager<T>& manager;
23 hp_intersection_swap(ring_manager<T>& m) : manager(m) { in hp_intersection_swap() argument
26 void operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()()