Home
last modified time | relevance | path

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 Dsimplify.hpp44 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 Dkdbush.hpp132 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 Dtile_cover.cpp92 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()