Searched refs:distanceToNorthPole (Results 1 – 1 of 1) sorted by relevance
617 const qreal distanceToNorthPole = center.distanceTo(QGeoCoordinate(poleLat, 0)); in updateCirclePathForRendering() local619 bool crossNorthPole = distanceToNorthPole < distance; in updateCirclePathForRendering()677 qreal distanceToNorthPole = center.distanceTo(northPole); in crossEarthPole() local679 if (distanceToNorthPole < distance || distanceToSouthPole < distance) in crossEarthPole()