Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java396 int sijLo = (ij[d].intValue() & -cellSize) * 2 - MAX_CELL_SIZE; in init() local
397 int sijHi = sijLo + cellSize * 2; in init()
398 uv[d][0] = S2Projections.stToUV((1.0 / MAX_CELL_SIZE) * sijLo); in init()