static S2Predicates.Excluded |
S2Predicates.VoronoiSiteExclusion.exact(BigPoint a,
BigPoint b,
BigPoint p,
BigPoint q,
java.math.BigDecimal r2) |
A site exclusion test using BigDecimal arithmetic.
|
static S2Predicates.Excluded |
S2Predicates.VoronoiSiteExclusion.exact(S2Point a,
S2Point b,
S2Point p,
S2Point q,
double r2) |
|
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 |
S2Predicates.VoronoiSiteExclusion.triage(S2Point a,
S2Point b,
S2Point p,
S2Point q,
double r2) |
A site exclusion test using double arithmetic.
|
static S2Predicates.Excluded |
S2Predicates.Excluded.valueOf(java.lang.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.
|