Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Region.java32 public abstract S2Cap getCapBound(); in getCapBound() method
DS2Polyline.java146 public S2Cap getCapBound() { in getCapBound() method in S2Polyline
147 return getRectBound().getCapBound(); in getCapBound()
DS2CellUnion.java416 public S2Cap getCapBound() { in getCapBound() method in S2CellUnion
439 cap = cap.addCap(new S2Cell(id).getCapBound()); in getCapBound()
DS2Loop.java573 public S2Cap getCapBound() { in getCapBound() method in S2Loop
574 return bound.getCapBound(); in getCapBound()
DS2Cap.java238 public S2Cap getCapBound() { in getCapBound() method in S2Cap
DS2RegionCoverer.java446 S2Cap cap = region.getCapBound(); in getInitialCandidates()
DS2Cell.java269 public S2Cap getCapBound() { in getCapBound() method in S2Cell
DS2Polygon.java859 public S2Cap getCapBound() { in getCapBound() method in S2Polygon
860 return bound.getCapBound(); in getCapBound()
DS2LatLngRect.java589 public S2Cap getCapBound() { in getCapBound() method in S2LatLngRect
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CapTest.java196 assertEquals(cell.getCapBound().contains(cornerCell), id.equals(cornerCell.id())); in testCells()
198 cell.getCapBound().mayIntersect(cornerCell), id.parent().contains(cornerCell.id())); in testCells()
DS2LatLngRectTest.java200 .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()
DS2CellUnionTest.java183 S2Cap cap = cellunion.getCapBound(); in testNormalize()
301 S2Cap cellCap = cell.getCapBound(); in getMaxAngle()
DS2CellTest.java210 S2Cap parentCap = cell.getCapBound(); in testSubdivide()
216 S2Cap childCap = children[i].getCapBound(); in testSubdivide()