Searched refs:distanceToSouthPole (Results 1 – 1 of 1) sorted by relevance
618 const qreal distanceToSouthPole = center.distanceTo(QGeoCoordinate(-poleLat, 0)); in updateCirclePathForRendering() local620 bool crossSouthPole = distanceToSouthPole < distance; in updateCirclePathForRendering()678 qreal distanceToSouthPole = center.distanceTo(southPole); in crossEarthPole() local679 if (distanceToNorthPole < distance || distanceToSouthPole < distance) in crossEarthPole()