Home
last modified time | relevance | path

Searched refs:diff_ed (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/strategies/cartesian/
H A Dbox_in_box.hpp81 static inline bool apply(CalcT const& diff_ed) in apply()
83 return diff_ed > CalcT(0); in apply()
121 calc_t const diff_ed = bed_max - bed_min; in apply() local
132 if (diff_ing < diff_ed || ! InteriorCheck::apply(diff_ed)) in apply()
141 return bing_min + diff_min + diff_ed <= bing_max in apply()