Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info.hpp214 std::size_t index_p, std::size_t index_q, in both_collinear()
219 BOOST_GEOMETRY_ASSERT(index_p > 0 && index_p <= 2); in both_collinear()
223 ti.operations[IndexP].remaining_distance = distance_measure(ti.point, range_p.at(index_p)); in both_collinear()
244 range_q.at(index_q), range_p.at(index_p)) in both_collinear()
245 : get_distance_measure(range_p.at(index_p - 1), in both_collinear()
246 range_p.at(index_p), range_q.at(index_q)); in both_collinear()
303 static unsigned int const index_p = Index; in apply() local
316 unsigned int index = side_qk_p == -1 ? index_p : index_q; in apply()
348 ti.operations[index_p].operation = operation_union; in apply()
359 unsigned int index = side_qk_q == 1 ? index_q : index_p; in apply()
[all …]