Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java192 int face = toFaceIJOrientation(i, j, null); in toPointRaw()
564 int face = toFaceIJOrientation(i, j, null); in getEdgeNeighbors()
592 int face = toFaceIJOrientation(i, j, null); in getVertexNeighbors()
644 int face = toFaceIJOrientation(i, j, null); in getAllNeighbors()
741 public int toFaceIJOrientation(MutableInteger pi, MutableInteger pj, in toFaceIJOrientation() method in S2CellId
DS2Cell.java184 cellId.toFaceIJOrientation(i, j, null); in getCenterUV()
390 face = (byte) id.toFaceIJOrientation(ij[0], ij[1], mOrientation); in init()
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java135 int face = parent.toFaceIJOrientation(i, j, orientation); in expandCell()
145 assertEquals(child.toFaceIJOrientation(i, j, childOrientation), face); in expandCell()