Home
last modified time | relevance | path

Searched refs:fixed_intersections (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 Dtopology_correction.hpp1332 bool fixed_intersections = false; in correct_self_intersections() local
1336 fixed_intersections = true; in correct_self_intersections()
1339 return fixed_intersections; in correct_self_intersections()
1361 bool fixed_intersections = true; in correct_topology() local
1362 while (fixed_intersections) { in correct_topology()
1364 fixed_intersections = correct_self_intersections(manager, true); in correct_topology()