Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dbuild_edges.hpp56 mapbox::geometry::point<T2> back_pt; in build_edge_list() local
88 if (static_cast<T1>(back_pt.x) == back_top.x && in build_edge_list()
89 static_cast<T1>(back_pt.y) == back_top.y) { in build_edge_list()
97 back_pt = pt1; in build_edge_list()
117 back_pt = pt2; in build_edge_list()
/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 Dboundary_checker.hpp110 point_reference back_pt = range::back(ls); in is_endpoint_boundary() local
113 if (! equals::equals_point_point(front_pt, back_pt)) in is_endpoint_boundary()
122 if (! geometry::has_nan_coordinate(back_pt)) in is_endpoint_boundary()
124 boundary_points.push_back(back_pt); in is_endpoint_boundary()
H A Dtopology_check.hpp191 point_reference back_pt = range::back(ls); in init() local
194 if (! equals::equals_point_point(front_pt, back_pt)) in init()
205 if (! geometry::has_nan_coordinate(back_pt)) in init()
207 m_endpoints.push_back(back_pt); in init()