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.LoopRelationModifier and TypeClassDescriptionprivate static final class
Loop relation for compareBoundary().private static final class
Loop relation for contains().private static final class
Loop relation for intersects().Fields in com.google.common.geometry declared as S2Loop.LoopRelationMethods in com.google.common.geometry with parameters of type S2Loop.LoopRelationModifier and TypeMethodDescriptionprivate 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.LoopRelationModifierConstructorDescriptionLoopCrosser
(S2Loop a, S2Loop b, S2Loop.LoopRelation relation, boolean swapped) Ifswapped
is true, the loops A and B have been swapped.