Home
last modified time | relevance | path

Searched refs:bottom_point (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 Dring_util.hpp461 if (!outRec1->bottom_point) { in get_lower_most_ring()
462 outRec1->bottom_point = get_bottom_point(outRec1->points); in get_lower_most_ring()
464 if (!outRec2->bottom_point) { in get_lower_most_ring()
465 outRec2->bottom_point = get_bottom_point(outRec2->points); in get_lower_most_ring()
467 point_ptr<T> OutPt1 = outRec1->bottom_point; in get_lower_most_ring()
468 point_ptr<T> OutPt2 = outRec2->bottom_point; in get_lower_most_ring()
586 keep_ring->bottom_point = nullptr; in append_ring()
591 remove_ring->bottom_point = nullptr; in append_ring()
H A Dring.hpp81 point_ptr<T> bottom_point; member
96 bottom_point(nullptr),
H A Dtopology_correction.hpp665 ring_origin->bottom_point = nullptr; in process_single_intersection()
669 ring_itr->bottom_point = nullptr; in process_single_intersection()