Uses of Class
com.google.common.geometry.ParametrizedS2Point
-
Uses of ParametrizedS2Point in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type ParametrizedS2PointMethod parameters in com.google.common.geometry with type arguments of type ParametrizedS2PointModifier and TypeMethodDescriptionprivate void
S2Polygon.EdgeClipper.addIntersection
(S2Point a0, S2Point a1, S2Point b0, S2Point b1, S2Shape bShape, int crossing, List<ParametrizedS2Point> intersections) Given two edges A and B such that robustCrossing(A, B) >= 0, determines if they intersect and adds any intersection point tointersections
.void
S2EdgeIndex.clipEdge
(S2Point a0, S2Point a1, boolean addSharedEdges, Collection<ParametrizedS2Point> intersections) Adds points where the edge index intersects the edge[a0, a1]
tointersections
.void
S2Polygon.EdgeClipper.clipEdge
(S2Point a0, S2Point a1, List<ParametrizedS2Point> intersections) Finds all points where the polygon B intersects the edge (a0, a1), and add the corresponding parameter values (in the range [0,1]) tointersections
.