Home
last modified time | relevance | path

Searched defs:PointIndex (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2PolygonBuilder.java629 private class PointIndex extends ForwardingMultimap<S2CellId, MarkedS2Point> { class in S2PolygonBuilder
634 public PointIndex(double searchRadius) { in PointIndex() method in S2PolygonBuilder.PointIndex