Uses of Class
com.google.common.geometry.S2ClosestPointQuery.ChordComparable
-
-
Uses of S2ClosestPointQuery.ChordComparable in com.google.common.geometry
Subclasses of S2ClosestPointQuery.ChordComparable in com.google.common.geometry Modifier and Type Class Description private static classS2ClosestPointQuery.QueueEntryA queued cell waiting to be processed by the current query, ordered by distance to any point in the cell in ascending order.static classS2ClosestPointQuery.Result<T>A query result paired with the distance to the query target.Methods in com.google.common.geometry with parameters of type S2ClosestPointQuery.ChordComparable Modifier and Type Method Description intS2ClosestPointQuery.QueueEntry. compareTo(S2ClosestPointQuery.ChordComparable other)intS2ClosestPointQuery.Result. compareTo(S2ClosestPointQuery.ChordComparable other)
-