Home
last modified time | relevance | path

Searched refs:area_from_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 Dtopology_correction.hpp226 double area_1 = area_from_point(pt1, size_1, box1); in correct_self_intersection()
227 double area_2 = area_from_point(pt2, size_2, box2); in correct_self_intersection()
648 double area_1 = area_from_point(op_origin_1, size_1, box1); in process_single_intersection()
649 double area_2 = area_from_point(op_origin_2, size_2, box2); in process_single_intersection()
H A Dring.hpp34 double area_from_point(point_ptr<T> op, std::size_t& size, mapbox::geometry::box<T>& bbox) { in area_from_point() function
113 area_ = area_from_point(points, size_, bbox); in recalculate_stats()
H A Dring_util.hpp416 return area_from_point(btmPt1, s, bbox) > 0.0; // if otherwise identical use orientation in first_is_bottom_point()