OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlng
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
179
double
dlng
= Math.sin(0.5 * (lng2 - lng1));
local
180
double x = dlat * dlat +
dlng
*
dlng
* Math.cos(lat1) * Math.cos(lat2);
Completed in 40 milliseconds