Searched refs:edgeCell (Results 1 – 1 of 1) sorted by relevance
180 S2Cell edgeCell = new S2Cell(S2Projections.faceUvToXyz(face, 0, 1 - EPS)); in testCells() local208 assertEquals(covering.contains(edgeCell), center.dotProd(edgeCell.getCenter()) > 0.1); in testCells()209 assertEquals(covering.contains(edgeCell), covering.mayIntersect(edgeCell)); in testCells()218 assertEquals(bulging.contains(edgeCell), capFace == face); in testCells()219 assertEquals(bulging.mayIntersect(edgeCell), center.dotProd(edgeCell.getCenter()) > 0.1); in testCells()226 assertTrue(!singleton.mayIntersect(edgeCell)); in testCells()