Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify_p.h63 static double getDist(const QGeoCoordinate &p1, const QGeoCoordinate &p2);
94 static double getDist(QDoubleVector2D a,
H A Dqgeosimplify.cpp47 double QGeoSimplify::getDist(const QGeoCoordinate &p1, const QGeoCoordinate &p2) in getDist() function in QGeoSimplify
98 return getDist(intersection, p, leftBound); in getSegDist()
137 double QGeoSimplify::getDist(QDoubleVector2D a, QDoubleVector2D b, const double &leftBound) in getDist() function in QGeoSimplify