Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java192 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()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java163 return S2Point.normalize(toPointRaw()); in toPoint()
170 public S2Point toPointRaw() { in toPointRaw() method in S2CellId
203 return new S2LatLng(toPointRaw()); in toLatLng()
DS2Cell.java172 return cellId.toPointRaw(); in getCenterRaw()