Home
last modified time | relevance | path

Searched refs:maxSqDist (Results 1 – 1 of 1) 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.hpp38 double maxSqDist = sqTolerance; in simplify() local
46 if (sqDist > maxSqDist) { in simplify()
48 maxSqDist = sqDist; in simplify()
50 } else if (sqDist == maxSqDist) { in simplify()
62 if (maxSqDist > sqTolerance) { in simplify()
64 points[index].z = maxSqDist; in simplify()