Searched refs:fromFaceIJSame (Results 1 – 1 of 1) sorted by relevance
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2CellId.java | 567 neighbors[0] = fromFaceIJSame(face, i.intValue(), j.intValue() - size, in getEdgeNeighbors() 569 neighbors[1] = fromFaceIJSame(face, i.intValue() + size, j.intValue(), in getEdgeNeighbors() 571 neighbors[2] = fromFaceIJSame(face, i.intValue(), j.intValue() + size, in getEdgeNeighbors() 573 neighbors[3] = fromFaceIJSame(face, i.intValue() - size, j.intValue(), in getEdgeNeighbors() 618 .add(fromFaceIJSame(face, i.intValue() + ioffset, j.intValue(), isame) in getVertexNeighbors() 621 .add(fromFaceIJSame(face, i.intValue(), j.intValue() + joffset, jsame) in getVertexNeighbors() 626 output.add(fromFaceIJSame(face, i.intValue() + ioffset, in getVertexNeighbors() 667 output.add(fromFaceIJSame(face, i.intValue() + k, in getAllNeighbors() 669 output.add(fromFaceIJSame(face, i.intValue() + k, j.intValue() + size, in getAllNeighbors() 673 output.add(fromFaceIJSame(face, i.intValue() - nbrSize, in getAllNeighbors() [all …]
|