Uses of Class
com.google.common.geometry.S2EdgeQuery.Stepper
-
-
Uses of S2EdgeQuery.Stepper in com.google.common.geometry
Fields in com.google.common.geometry declared as S2EdgeQuery.Stepper Modifier and Type Field Description (package private) S2EdgeQuery.Stepper
S2EdgeQuery.MergedEdges. top
The top of the priority queue (the stepper which currently has the least value forcurrentEdge
).Fields in com.google.common.geometry with type parameters of type S2EdgeQuery.Stepper Modifier and Type Field Description (package private) java.util.PriorityQueue<S2EdgeQuery.Stepper>
S2EdgeQuery.MergedEdges. steppers
Methods in com.google.common.geometry with parameters of type S2EdgeQuery.Stepper Modifier and Type Method Description int
S2EdgeQuery.Stepper. compareTo(S2EdgeQuery.Stepper that)
-