Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java299 private static final double POLE_MIN_LAT = Math.asin(Math.sqrt(1.0 / 3.0)) - MAX_ERROR; field in S2Cell
344 new R1Interval(POLE_MIN_LAT, S2.M_PI_2), new S1Interval(-S2.M_PI, S2.M_PI)); in getRectBound()
353 new R1Interval(-S2.M_PI_2, -POLE_MIN_LAT), new S1Interval(-S2.M_PI, S2.M_PI)); in getRectBound()