Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CapTest.java180 S2Cell edgeCell = new S2Cell(S2Projections.faceUvToXyz(face, 0, 1 - EPS)); in testCells() local
208 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()