Searched refs:q_seg_ij (Results 1 – 1 of 1) sorted by relevance
1194 …std::size_t const q_seg_ij = static_cast<std::size_t>(turn.operations[other_op_id].seg_id.segment_… in calculate_from_inside() local1197 BOOST_GEOMETRY_ASSERT(q_seg_ij + 1 < s2); in calculate_from_inside()1200 point2_type const& qi = range::at(range2, q_seg_ij); in calculate_from_inside()1201 point2_type const& qj = range::at(range2, q_seg_ij + 1); in calculate_from_inside()1213 std::size_t const q_seg_jk = (q_seg_ij + 1) % seg_count2; in calculate_from_inside()