Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_la.hpp420 int const pk_q2 = inters.sides().pk_wrt_q2(); in calculate_spike_operation() local
421 going_in = pk_q1 < 0 && pk_q2 < 0; // Pk on the right of both in calculate_spike_operation()
422 going_out = pk_q1 > 0 || pk_q2 > 0; // Pk on the left of one of them in calculate_spike_operation()
432 int const pk_q2 = inters.sides().pk_wrt_q2(); in calculate_spike_operation() local
433 going_in = pk_q1 < 0 || pk_q2 < 0; // Pk on the right of one of them in calculate_spike_operation()
434 going_out = pk_q1 > 0 && pk_q2 > 0; // Pk on the left of both in calculate_spike_operation()
Dget_turn_info_helpers.hpp523 int const pk_q2 = has_pk ? base::sides().pk_wrt_q2() : 0; in is_spike_q() local
525 if (pk_q1 == -pk_q2) in is_spike_q()