Uses of Class
com.google.common.geometry.S2Predicates.Excluded
-
-
Uses of S2Predicates.Excluded in com.google.common.geometry
Methods in com.google.common.geometry that return S2Predicates.Excluded Modifier and Type Method Description static S2Predicates.ExcludedS2Predicates. getVoronoiSiteExclusion(S2Point a, S2Point b, S2Point p, S2Point q, double r2)This is a specialized method that is used to compute the intersection of an edge PQ with the Voronoi diagram of a set of points, where each Voronoi region is intersected with a disc of fixed radius "r".static S2Predicates.ExcludedS2Predicates.Excluded. valueOf(String name)Returns the enum constant of this type with the specified name.static S2Predicates.Excluded[]S2Predicates.Excluded. values()Returns an array containing the constants of this enum type, in the order they are declared.
-