Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java151 int i = stToIJ(S2Projections.uvToST(uv.x())); in fromPoint()
152 int j = stToIJ(S2Projections.uvToST(uv.y())); in fromPoint()
825 private static int stToIJ(double s) { in stToIJ() method in S2CellId
869 return fromFaceIJ(face, stToIJ(st.x()), stToIJ(st.y())); in fromFaceIJWrap()