Uses of Class
com.google.common.geometry.S2PointIndex
-
-
Uses of S2PointIndex in com.google.common.geometry
Methods in com.google.common.geometry that return S2PointIndex Modifier and Type Method Description S2PointIndex<T>S2ClosestPointQuery. index()Returns the underlying S2PointIndex.Constructors in com.google.common.geometry with parameters of type S2PointIndex Constructor Description S2ClosestPointQuery(S2PointIndex<T> index)Construct a new query for the given index.
-