Home
last modified time | relevance | path

Searched refs:eq1_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.hpp171 bool eq1_strict = math::equals(s1x, px); in apply() local
174 eq1 = eq1_strict // lon strictly equal to s1 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()