| Package | Description |
|---|---|
| agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
| Modifier and Type | Method and Description |
|---|---|
static SphericalBounds |
SphericalBounds.getUndefined()
Gets a set of
SphericalBounds with values of Double.NaN. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SphericalBounds.equals(SphericalBounds left,
SphericalBounds right)
Returns
true if the two instances are exactly equal. |
boolean |
SphericalBounds.equalsEpsilon(SphericalBounds other,
double epsilon)
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
|
boolean |
SphericalBounds.equalsType(SphericalBounds other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
SphericalBounds.notEquals(SphericalBounds left,
SphericalBounds right)
Returns
true if the two instances are not exactly equal. |