Searched refs:intersections (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/ |
| H A D | intersection_points.hpp | 84 sinfo.assign_a(result.intersections[0], s1, s2); in segments_crosses() 88 sinfo.assign_b(result.intersections[0], s1, s2); in segments_crosses() 119 detail::assign_point_from_index<0>(a, result.intersections[index]); in segments_collinear() 135 detail::assign_point_from_index<0>(b, result.intersections[index]); in segments_collinear() 148 detail::assign_point_from_index<1>(a, result.intersections[index]); in segments_collinear() 157 detail::assign_point_from_index<1>(b, result.intersections[index]); in segments_collinear() 171 std::swap(result.intersections[0], result.intersections[1]); in segments_collinear() 194 set<0>(result.intersections[0], get<0, 0>(segment)); in degenerate() 195 set<1>(result.intersections[0], get<0, 1>(segment)); in degenerate() 206 set<0>(result.intersections[0], get<0, 0>(degenerate_segment)); in one_degenerate() [all …]
|
| /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 D | get_turn_info_for_endpoint.hpp | 135 pi, result.template get<0>().intersections[0]); in linear_intersections() 138 qi, result.template get<0>().intersections[0]); in linear_intersections() 252 linear_intersections intersections(pi, qi, inters.result(), is_p_last, is_q_last); in apply() local 257 intersections.template get<0>(), in apply() 266 if ( intersections.template get<1>().p_operation == operation_none ) in apply() 272 intersections.template get<1>(), in apply() 300 inters_pt = result.template get<0>().intersections[ip_index]; in analyse_segment_and_assign_ip() 417 inters_pt = inters.i_info().intersections[ip_index]; in handle_internal() 471 inters_pt = inters.i_info().intersections[ip_index]; in handle_internal()
|
| H A D | get_turn_info_la.hpp | 737 linear_intersections intersections(pi, qi, inters.result(), is_p_last, is_q_last); in get_turn_info_for_endpoint() local 738 linear_intersections::ip_info const& ip0 = intersections.template get<0>(); in get_turn_info_for_endpoint() 739 linear_intersections::ip_info const& ip1 = intersections.template get<1>(); in get_turn_info_for_endpoint()
|
| H A D | get_intersection_points.hpp | 94 geometry::convert(result.intersections[i], tp.point); in apply()
|
| H A D | get_turn_info.hpp | 121 geometry::convert(info.intersections[index], ti.point); in assign_point()
|
| H A D | intersection_insert.hpp | 124 geometry::convert(is.intersections[i], p); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 173 std::array<double, 4> intersections = { { 0.0, 0.0, 0.0, 0.0 } }; in clipLine() local 206 intersections[2] = intersections[0]; in clipLine() 207 intersections[3] = intersections[1]; in clipLine() 208 intersections[0] = i_x; in clipLine() 209 intersections[1] = i_y; in clipLine() 211 intersections[2] = i_x; in clipLine() 212 intersections[3] = i_y; in clipLine() 218 intersections[0] = i_x; in clipLine() 219 intersections[1] = i_y; in clipLine() 239 subLine.push_back(QDoubleVector2D(intersections[0], intersections[1])); in clipLine() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | intersection_result.hpp | 66 Point intersections[2]; member
|