Searched refs:getCapBound (Results 1 – 13 of 13) sorted by relevance
32 public abstract S2Cap getCapBound(); in getCapBound() method
146 public S2Cap getCapBound() { in getCapBound() method in S2Polyline147 return getRectBound().getCapBound(); in getCapBound()
416 public S2Cap getCapBound() { in getCapBound() method in S2CellUnion439 cap = cap.addCap(new S2Cell(id).getCapBound()); in getCapBound()
573 public S2Cap getCapBound() { in getCapBound() method in S2Loop574 return bound.getCapBound(); in getCapBound()
238 public S2Cap getCapBound() { in getCapBound() method in S2Cap
446 S2Cap cap = region.getCapBound(); in getInitialCandidates()
269 public S2Cap getCapBound() { in getCapBound() method in S2Cell
859 public S2Cap getCapBound() { in getCapBound() method in S2Polygon860 return bound.getCapBound(); in getCapBound()
589 public S2Cap getCapBound() { in getCapBound() method in S2LatLngRect
196 assertEquals(cell.getCapBound().contains(cornerCell), id.equals(cornerCell.id())); in testCells()198 cell.getCapBound().mayIntersect(cornerCell), id.parent().contains(cornerCell.id())); in testCells()
200 .getCapBound().approxEquals(S2Cap.fromAxisHeight(new S2Point(1, 0, 0), 0.5))); in testBasic()203 .getCapBound().approxEquals(S2Cap.fromAxisAngle(new S2Point(0, 0, 1), S1Angle.degrees(2)))); in testBasic()207 .getCapBound() in testBasic()
183 S2Cap cap = cellunion.getCapBound(); in testNormalize()301 S2Cap cellCap = cell.getCapBound(); in getMaxAngle()
210 S2Cap parentCap = cell.getCapBound(); in testSubdivide()216 S2Cap childCap = children[i].getCapBound(); in testSubdivide()