Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2LatLngRect.java241 double aLng = a.lng().lo(); in getDistance() local
243 aLng = a.lng().hi(); in getDistance()
246 S2Point lo = S2LatLng.fromRadians(a.lat().lo(), aLng).toPoint(); in getDistance()
247 S2Point hi = S2LatLng.fromRadians(a.lat().hi(), aLng).toPoint(); in getDistance()
249 S2LatLng.fromRadians(0, aLng - S2.M_PI_2).normalized().toPoint(); in getDistance()
288 S1Angle aLng, bLng; in getDistance() local
292 aLng = a.lngLo(); in getDistance()
295 aLng = a.lngHi(); in getDistance()
304 S2Point aLo = new S2LatLng(a.latLo(), aLng).toPoint(); in getDistance()
305 S2Point aHi = new S2LatLng(a.latHi(), aLng).toPoint(); in getDistance()
[all …]