Home
last modified time | relevance | path

Searched refs:s1y (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.hpp163 calc_t const s1y = get<1>(seg1); in apply() local
175 || math::equals(s1y, pi2) || math::equals(s1y, -pi2); // s1 is pole in apply()
201 ? (s1y <= py && s2y >= py) || (s2y <= py && s1y >= py) in apply()
203 : (pi - s1y - s2y <= pi 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()
243 calc_t const s1y = get<1>(seg1); in apply() local
245 if ((s1y <= py && s2y >= py) || (s2y <= py && s1y >= py)) in apply()