Home
last modified time | relevance | path

Searched refs:y_increasing_before_last_horizontal (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 Dlocal_minimum_util.hpp79 bool y_increasing_before_last_horizontal = false; // assume false at start in create_bound_towards_minimum() local
87 if (y_increasing_before_last_horizontal && in create_bound_towards_minimum()
91 } else if (!y_increasing_before_last_horizontal && !edge_is_horizontal && in create_bound_towards_minimum()
94 y_increasing_before_last_horizontal = true; in create_bound_towards_minimum()