Searched refs:mayIntersect (Results 1 – 14 of 14) sorted by relevance
187 assertTrue(!S2Cap.empty().mayIntersect(rootCell)); in testCells()198 cell.getCapBound().mayIntersect(cornerCell), id.parent().contains(cornerCell.id())); in testCells()207 assertEquals(covering.mayIntersect(rootCell), capFace != antiFace); in testCells()209 assertEquals(covering.contains(edgeCell), covering.mayIntersect(edgeCell)); in testCells()212 covering.mayIntersect(cornerCell), center.dotProd(cornerCell.getCenter()) > 0); in testCells()217 assertEquals(bulging.mayIntersect(rootCell), capFace != antiFace); in testCells()219 assertEquals(bulging.mayIntersect(edgeCell), center.dotProd(edgeCell.getCenter()) > 0.1); in testCells()221 assertTrue(!bulging.mayIntersect(cornerCell)); in testCells()225 assertEquals(singleton.mayIntersect(rootCell), capFace == face); in testCells()226 assertTrue(!singleton.mayIntersect(edgeCell)); in testCells()[all …]
115 if (!region.mayIntersect(new S2Cell(id))) {
76 assertEquals(line.mayIntersect(cell), (face & 1) == 0);
198 assertTrue(cell.mayIntersect(children[i])); in testSubdivide()205 assertTrue(!children[i].mayIntersect(children[j])); in testSubdivide()
56 assertEquals(r.mayIntersect(cell), level >= 1); in testCellOps()
327 if (!region.mayIntersect(cell)) { in newCandidate()421 if (region.mayIntersect(childCells[i])) { in expandChildren()531 if (!region.mayIntersect(new S2Cell(id))) { in floodFill()
50 public abstract boolean mayIntersect(S2Cell cell); in mayIntersect() method
178 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2Polyline
315 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2Cap
359 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2Cell
896 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2Polygon898 return loop(0).mayIntersect(cell); in mayIntersect()
456 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2CellUnion
609 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2Loop
650 public boolean mayIntersect(S2Cell cell) { in mayIntersect() method in S2LatLngRect