Uses of Enum
com.google.common.geometry.S2Predicates.Excluded
-
Uses of S2Predicates.Excluded in com.google.common.geometry
Methods in com.google.common.geometry that return S2Predicates.ExcludedModifier and TypeMethodDescriptionstatic S2Predicates.Excluded
S2Predicates.VoronoiSiteExclusion.exact
(BigPoint a, BigPoint b, BigPoint p, BigPoint q, BigDecimal r2) A site exclusion test using BigDecimal arithmetic.static S2Predicates.Excluded
static S2Predicates.Excluded
S2Predicates.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.Excluded
A site exclusion test using double arithmetic.static S2Predicates.Excluded
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.