Home
last modified time | relevance | path

Searched refs:side_qk_q (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/algorithms/detail/overlay/
H A Dget_turn_info.hpp186 int const side_qk_q = side.qk_wrt_q1(); in apply() local
188 if (side_qi_p == -1 && side_qk_p == -1 && side_qk_q == 1) in apply()
195 else if (side_qi_p == 1 && side_qk_p == 1 && side_qk_q == -1) in apply()
203 else if (side_qi_p == side_qk_p && side_qi_p == side_qk_q) in apply()
209 unsigned int index = side_qk_q == 1 ? index_q : index_p; in apply()
217 if (side_qk_q == side_qi_p) in apply()
232 ti.operations[index_p].operation = side_qk_q == 1 in apply()
295 int const side_qk_q = side.qk_wrt_q1(); in apply() local
297 bool const q_turns_left = side_qk_q == 1; in apply()
299 && ! same(side_qi_p1, side_qk_q) in apply()
[all …]