Home
last modified time | relevance | path

Searched refs:eq2_strict (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/agnostic/
H A Dpoint_in_poly_winding.hpp172 bool eq2_strict = math::equals(s2x, px); in apply() local
176 eq2 = eq2_strict // lon strictly equal to s2 in apply()
204 ? (eq1_strict && s1y <= py) || (eq2_strict && s2y <= py) // north in apply()
206 : (eq1_strict && s1y >= py) || (eq2_strict && s2y >= py)) // south in apply()