Home
last modified time | relevance | path

Searched refs:bestCell (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/
H A Dpolylabel.hpp138 auto bestCell = getCentroidCell(polygon); in polylabel() local
142 if (bboxCell.d > bestCell.d) { in polylabel()
143 bestCell = bboxCell; in polylabel()
153 if (cell.d > bestCell.d) { in polylabel()
154 bestCell = cell; in polylabel()
159 if (cell.max - bestCell.d <= precision) continue; in polylabel()
172 std::cout << "best distance: " << bestCell.d << std::endl; in polylabel()
175 return bestCell.c; in polylabel()