Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java180 private static final int MAX_WALK_LEVEL = 8; field in S2CellIdTest
188 double maxDist = S2Projections.MAX_EDGE.getValue(MAX_WALK_LEVEL); in testContinuity()
189 S2CellId end = S2CellId.end(MAX_WALK_LEVEL); in testContinuity()
190 S2CellId id = S2CellId.begin(MAX_WALK_LEVEL); in testContinuity()
200 S2Projections.uvToST(uv.x()), 1.0 / (1 << MAX_WALK_LEVEL)), 0); in testContinuity()
202 S2Projections.uvToST(uv.y()), 1.0 / (1 << MAX_WALK_LEVEL)), 0); in testContinuity()