HomeSort by relevance Sort by last modified time
    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 169 milliseconds