Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CapTest.java177 S2Cell rootCell = S2Cell.fromFacePosLevel(face, (byte) 0, 0); in testCells() local
186 assertTrue(S2Cap.full().contains(rootCell)); in testCells()
187 assertTrue(!S2Cap.empty().mayIntersect(rootCell)); in testCells()
206 assertEquals(covering.contains(rootCell), capFace == face); in testCells()
207 assertEquals(covering.mayIntersect(rootCell), capFace != antiFace); in testCells()
216 assertTrue(!bulging.contains(rootCell)); in testCells()
217 assertEquals(bulging.mayIntersect(rootCell), capFace != antiFace); in testCells()
225 assertEquals(singleton.mayIntersect(rootCell), capFace == face); in testCells()