Home
last modified time | relevance | path

Searched refs:op_next_y (Results 1 – 1 of 1) 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.hpp717 double op_next_y = static_cast<double>(op->next->y); in point_in_polygon() local
718 if (values_are_equal(op_next_y, pt.y)) { in point_in_polygon()
724 if ((op_y < pt.y) != (op_next_y < pt.y)) { in point_in_polygon()
736 (op_x - pt.x) * (op_next_y - pt.y) - (op_next_x - pt.x) * (op_y - pt.y); in point_in_polygon()
740 if ((d > 0.0) == (op_next_y > op_y)) { in point_in_polygon()
753 (op_x - pt.x) * (op_next_y - pt.y) - (op_next_x - pt.x) * (op_y - pt.y); in point_in_polygon()
757 if ((d > 0.0) == (op_next_y > op_y)) { in point_in_polygon()