Home
last modified time | relevance | path

Searched refs:ring_depth (Results 1 – 2 of 2) 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.hpp415 inline std::size_t ring_depth(ring_ptr<T> r) { in ring_depth() function
433 return ring_depth(r) & 1; in ring_is_hole()
H A Dtopology_correction.hpp158 std::size_t depth_1 = ring_depth(op1->ring); in operator ()()
159 std::size_t depth_2 = ring_depth(op2->ring); in operator ()()