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 class
S2ClosestPointQuery.QueueEntry
A queued cell waiting to be processed by the current query, ordered by distance to any point in the cell in ascending order.static class
S2ClosestPointQuery.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 int
S2ClosestPointQuery.QueueEntry. compareTo(S2ClosestPointQuery.ChordComparable other)
int
S2ClosestPointQuery.Result. compareTo(S2ClosestPointQuery.ChordComparable other)
-