Home
last modified time | relevance | path

Searched refs:q_seg_ij (Results 1 – 1 of 1) 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/relate/
H A Dlinear_areal.hpp1194 …std::size_t const q_seg_ij = static_cast<std::size_t>(turn.operations[other_op_id].seg_id.segment_… in calculate_from_inside() local
1197 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()