Searched refs:stToIJ (Results 1 – 1 of 1) sorted by relevance
151 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 S2CellId869 return fromFaceIJ(face, stToIJ(st.x()), stToIJ(st.y())); in fromFaceIJWrap()