Uses of Interface
com.google.common.geometry.S2Loop.LoopRelation
-
-
Uses of S2Loop.LoopRelation in com.google.common.geometry
Classes in com.google.common.geometry that implement S2Loop.LoopRelation Modifier and Type Class Description private static class
S2Loop.CompareBoundaryRelation
Loop relation for compareBoundary().private static class
S2Loop.ContainsRelation
Loop relation for contains().private static class
S2Loop.IntersectsRelation
Loop relation for intersects().Fields in com.google.common.geometry declared as S2Loop.LoopRelation Modifier and Type Field Description private S2Loop.LoopRelation
S2Loop.LoopCrosser. relation
Methods in com.google.common.geometry with parameters of type S2Loop.LoopRelation Modifier and Type Method Description private static boolean
S2Loop. hasCrossingRelation(S2Loop a, S2Loop b, S2Loop.LoopRelation relation)
This method checks all edges of loop A for intersection against all edges of loop B.Constructors in com.google.common.geometry with parameters of type S2Loop.LoopRelation Constructor Description LoopCrosser(S2Loop a, S2Loop b, S2Loop.LoopRelation relation, boolean swapped)
Ifswapped
is true, the loops A and B have been swapped.
-