Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info.hpp526 int const side_qk_p1 = has_qk ? verified_side(side.qk_wrt_p1(), range_p, range_q, 0, 2) : 0; in apply() local
530 if (! opposite(side_qi_p1, side_qk_p1)) in apply()
538 bool const block_q = side_qk_p1 == 0 in apply()
546 || side_pk_p == side_qk_p1 in apply()
547 || (side_qi_p1 == 0 && side_qk_p1 == 0 && side_pk_p != -1)) in apply()
550 if (side_qk_p1 == 0 && side_pk_q1 == 0 in apply()
625 : side_qi_p1 == 1 || side_qk_p1 == 1 in apply()
641 bool const right_to_left = side_qk_p1 == 1; in apply()
657 if (side_pk_q1 == side_qk_p1) in apply()
666 if (side_pk_p == side_qk_p1) in apply()
[all …]