Uses of Enum
com.google.common.geometry.S2Predicates.Excluded
-
Uses of S2Predicates.Excluded in com.google.common.geometry
Subclasses with type arguments of type S2Predicates.Excluded in com.google.common.geometryModifier and TypeClassDescriptionstatic enumGiven two sites A and B that form the center of caps of radius 'r', this indicates which sites are irrelevant to the Voronoi diagram relative to an edge PQ.Methods in com.google.common.geometry that return S2Predicates.ExcludedModifier and TypeMethodDescriptionstatic S2Predicates.ExcludedS2Predicates.VoronoiSiteExclusion.exact(BigPoint a, BigPoint b, BigPoint p, BigPoint q, BigDecimal r2) A site exclusion test using BigDecimal arithmetic.static S2Predicates.Excludedstatic 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.ExcludedA site exclusion test using double arithmetic.static S2Predicates.ExcludedReturns 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.