Lines Matching refs:S2LatLngRect
80 private S2LatLngRect bound;
94 this.bound = S2LatLngRect.full(); in S2Loop()
124 public S2Loop(S2Cell cell, S2LatLngRect bound) { in S2Loop()
271 bound = S2LatLngRect.full(); in invert()
580 public S2LatLngRect getRectBound() { in getRectBound()
595 S2LatLngRect cellBound = cell.getRectBound(); in contains()
614 S2LatLngRect cellBound = cell.getRectBound(); in mayIntersect()
850 S2LatLngRect b = bounder.getBound(); in initBound()
853 bound = S2LatLngRect.full(); in initBound()
855 b = new S2LatLngRect(new R1Interval(b.lat().lo(), S2.M_PI_2), S1Interval.full()); in initBound()
862 b = new S2LatLngRect(new R1Interval(-S2.M_PI_2, b.lat().hi()), b.lng()); in initBound()