Searched refs:toPointRaw (Results 1 – 3 of 3) sorted by relevance
192 assertTrue(id.toPointRaw().angle(id.nextWrap().toPointRaw()) <= maxDist); in testContinuity()196 S2Point p = id.toPointRaw(); in testContinuity()219 S2Point q = S2CellId.fromPoint(p).toPointRaw(); in testCoverage()
163 return S2Point.normalize(toPointRaw()); in toPoint()170 public S2Point toPointRaw() { in toPointRaw() method in S2CellId203 return new S2LatLng(toPointRaw()); in toLatLng()
172 return cellId.toPointRaw(); in getCenterRaw()