Searched refs:resultLonRad (Results 1 – 3 of 3) sorted by relevance
509 double resultLonRad = lonRad + atan2(sin(azimuthRad) * sinRatio * cosLatRad, in atDistanceAndAzimuth() local513 *lon = qRadiansToDegrees(resultLonRad); in atDistanceAndAzimuth()
166 qreal resultLonRad = lonRad + std::atan2(std::sin(azimuthRad) * cosLatRad_x_sinRatio, in calculatePeripheralPoints() local169 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()
712 qreal resultLonRad = lonRad + std::atan2(std::sin(azimuthRad) * cosLatRad_x_sinRatio, in calculatePeripheralPoints() local715 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()