Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2LatLngRect.java506 S1Interval intersectLng = lng.intersection(other.lng); in intersection() local
507 if (intersectLat.isEmpty() || intersectLng.isEmpty()) { in intersection()
511 return new S2LatLngRect(intersectLat, intersectLng); in intersection()