Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java937 int origOrientation, int pos, int orientation) { in initLookupCell() argument
940 LOOKUP_POS[(ij << 2) + origOrientation] = (pos << 2) + orientation; in initLookupCell()
941 LOOKUP_IJ[(pos << 2) + origOrientation] = (ij << 2) + orientation; in initLookupCell()
951 initLookupCell(level, i + (ij >>> 1), j + (ij & 1), origOrientation, in initLookupCell()