Searched refs:northPole (Results 1 – 2 of 2) sorted by relevance
343 const QGeoCoordinate northPole(90.0, m_center.longitude()); in crossNorthPole() local344 qreal distanceToPole = m_center.distanceTo(northPole); in crossNorthPole()
674 QGeoCoordinate northPole = QGeoCoordinate(poleLat, center.longitude()); in crossEarthPole() local677 qreal distanceToNorthPole = center.distanceTo(northPole); in crossEarthPole()