Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java153 return fromFaceIJ(face, i, j); in fromPoint()
691 public static S2CellId fromFaceIJ(int face, int i, int j) { in fromFaceIJ() method in S2CellId
869 return fromFaceIJ(face, stToIJ(st.x()), stToIJ(st.y())); in fromFaceIJWrap()
879 return S2CellId.fromFaceIJ(face, i, j); in fromFaceIJSame()
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java265 assertEquals(nbrs.get(i), S2CellId.fromFaceIJ( in testNeighbors()