Searched refs:getDist (Results 1 – 2 of 2) sorted by relevance
63 static double getDist(const QGeoCoordinate &p1, const QGeoCoordinate &p2);94 static double getDist(QDoubleVector2D a,
47 double QGeoSimplify::getDist(const QGeoCoordinate &p1, const QGeoCoordinate &p2) in getDist() function in QGeoSimplify98 return getDist(intersection, p, leftBound); in getSegDist()137 double QGeoSimplify::getDist(QDoubleVector2D a, QDoubleVector2D b, const double &leftBound) in getDist() function in QGeoSimplify