Searched refs:fullLat (Results 1 – 2 of 2) sorted by relevance
55 return new S2LatLngRect(fullLat(), fullLng()); in full()59 public static R1Interval fullLat() { in fullLat() method in S2LatLngRect186 return lat.equals(fullLat()) && lng.isFull(); in isFull()487 fullLat()), lng.expanded(margin.lng().radians())); in expanded()
324 lat = lat.expanded(MAX_ERROR).intersection(S2LatLngRect.fullLat()); in getRectBound()