Uses of Interface
com.google.common.geometry.S2EdgeQuery.Edges
-
Uses of S2EdgeQuery.Edges in com.google.common.geometry
Classes in com.google.common.geometry that implement S2EdgeQuery.EdgesModifier and TypeClassDescriptionstatic final classAnEdgesthat contains all the edges of a shape with the given number of edges.Methods in com.google.common.geometry that return S2EdgeQuery.EdgesModifier and TypeMethodDescriptionS2EdgeQuery.getCandidates(S2Point a, S2Point b, S2Shape shape) Given a query edge AB and a shapeshape, returns a superset of the edges ofshapethat intersect AB.S2EdgeQuery.getCrossings(S2Point a, S2Point b, S2Shape shape) Returns edges from a given shape that either cross AB or share a vertex with AB.Methods in com.google.common.geometry that return types with arguments of type S2EdgeQuery.EdgesModifier and TypeMethodDescriptionS2EdgeQuery.getCandidates(S2Point a, S2Point b) Given a query edge AB, returns a map from the indexed shapes to a superset of the edges for each shape that intersect AB.S2EdgeQuery.getCrossings(S2Point a, S2Point b) Returns edges for each shape that either crosses AB or shares a vertex with AB.