Searched refs:sqDist (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | simplify.hpp | 44 const double sqDist = getSqSegDist(points[i], points[first], points[last]); in simplify() local 46 if (sqDist > maxSqDist) { in simplify() 48 maxSqDist = sqDist; in simplify() 50 } else if (sqDist == maxSqDist) { in simplify()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/ |
| H A D | kdbush.hpp | 132 if (sqDist(x, y, qx, qy) <= r2) visitor(ids[i]); in within() 141 if (sqDist(x, y, qx, qy) <= r2) visitor(ids[m]); in within() 205 TNumber sqDist(const TNumber ax, const TNumber ay, const TNumber bx, const TNumber by) { in sqDist() function in kdbush::KDBush
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover.cpp | 92 double sqDist; in tileCover() member 116 return std::tie(a.sqDist, a.x, a.y) < std::tie(b.sqDist, b.x, b.y); in tileCover()
|