Searched refs:toFaceIJOrientation (Results 1 – 3 of 3) sorted by relevance
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2CellId.java | 192 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
|
D | S2Cell.java | 184 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/ |
D | S2CellIdTest.java | 135 int face = parent.toFaceIJOrientation(i, j, orientation); in expandCell() 145 assertEquals(child.toFaceIJOrientation(i, j, childOrientation), face); in expandCell()
|