Home
last modified time | relevance | path

Searched refs:yflag1 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_poly_crossings_multiply.hpp108 bool yflag1 = y1 >= ty; in apply() local
109 if (state.yflag0 != yflag1) in apply()
111 if ( ((y1-ty) * (x0-x1) >= (x1-tx) * (y0-y1)) == yflag1 ) in apply()
116 state.yflag0 = yflag1; in apply()