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 classLoop relation for compareBoundary().private static final classLoop relation for contains().private static final classLoop 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 booleanS2Loop.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) Ifswappedis true, the loops A and B have been swapped.