Searched refs:verified_side (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info.hpp | 151 static inline int verified_side(int side, in verified_side() function 161 static inline int verified_side(int side, T1 const& , T2 const& , int , int) in verified_side() function 525 … int const side_qi_p1 = verified_side(dir_info.sides.template get<1, 0>(), range_p, range_q, 0, 0); in apply() 526 int const side_qk_p1 = has_qk ? verified_side(side.qk_wrt_p1(), range_p, range_q, 0, 2) : 0; in apply() 640 … int const side_pk_p = has_pk ? verified_side(side.pk_wrt_p1(), range_p, range_p, 0, 2) : 0; in apply()
|