Home
last modified time | relevance | path

Searched refs:getSqSegDist (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.hpp10 inline double getSqSegDist(const vt_point& p, const vt_point& a, const vt_point& b) { in getSqSegDist() function
44 const double sqDist = getSqSegDist(points[i], points[first], points[last]); in simplify()