Home
last modified time | relevance | path

Searched refs:b1_min (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/disjoint/
H A Dbox_box.hpp109 calc_t const b1_min = get<min_corner, 0>(box1); in apply() local
115 calc_t const diff1 = b1_max - b1_min; in apply()
122 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(b1_min, b2_min); in apply()
123 calc_t const b2_min_transl = b1_min + diff_min; // always right of b1_min in apply()
135 && b2_max_transl < b1_min) // b2_max left of b1_min in apply()