Home
last modified time | relevance | path

Searched refs:lat1Rad (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.cpp480 double lat1Rad = qDegreesToRadians(d->lat); in azimuthTo() local
484 double x = cos(lat1Rad) * sin(lat2Rad) - sin(lat1Rad) * cos(lat2Rad) * cos(dlon); in azimuthTo()