Lines Matching refs:mayIntersect
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()
227 assertTrue(!singleton.mayIntersect(cornerCell)); in testCells()