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 classS2Loop.CompareBoundaryRelationLoop relation for compareBoundary().private static classS2Loop.ContainsRelationLoop relation for contains().private static classS2Loop.IntersectsRelationLoop relation for intersects().Fields in com.google.common.geometry declared as S2Loop.LoopRelation Modifier and Type Field Description private S2Loop.LoopRelationS2Loop.LoopCrosser. relationMethods in com.google.common.geometry with parameters of type S2Loop.LoopRelation Modifier and Type Method Description private 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.LoopRelation Constructor Description LoopCrosser(S2Loop a, S2Loop b, S2Loop.LoopRelation relation, boolean swapped)Ifswappedis true, the loops A and B have been swapped.
-