Home
last modified time | relevance | path

Searched refs:pk_q1 (Results 1 – 2 of 2) 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_la.hpp431 int const pk_q1 = inters.sides().pk_wrt_q1(); in calculate_spike_operation() local
433 bool going_in = pk_q1 < 0; // Pk on the right in calculate_spike_operation()
434 bool going_out = pk_q1 > 0; // Pk on the left in calculate_spike_operation()
447 going_in = pk_q1 < 0 && pk_q2 < 0; // Pk on the right of both in calculate_spike_operation()
448 going_out = pk_q1 > 0 || pk_q2 > 0; // Pk on the left of one of them in calculate_spike_operation()
459 going_in = pk_q1 < 0 || pk_q2 < 0; // Pk on the right of one of them in calculate_spike_operation()
460 going_out = pk_q1 > 0 && pk_q2 > 0; // Pk on the left of both in calculate_spike_operation()
H A Dget_turn_info_helpers.hpp316 int const pk_q1 = base::sides().pk_wrt_q1(); in is_spike_q() local
319 if (pk_q1 == -pk_q2) in is_spike_q()
321 if (pk_q1 == 0) in is_spike_q()