Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
Modifier and Type | Method and Description |
---|---|
static CartesianBounds |
CartesianBounds.getUnbounded()
Gets a set of
CartesianBounds representing the full range of real values from negative infinity to positive infinity. |
static CartesianBounds |
CartesianBounds.getUndefined()
Gets a set of
CartesianBounds with values of Double.NaN . |
Modifier and Type | Method and Description |
---|---|
static boolean |
CartesianBounds.equals(CartesianBounds left,
CartesianBounds right)
Returns
true if the two instances are exactly equal. |
boolean |
CartesianBounds.equalsEpsilon(CartesianBounds 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 |
CartesianBounds.equalsType(CartesianBounds other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
CartesianBounds.notEquals(CartesianBounds left,
CartesianBounds right)
Returns
true if the two instances are not exactly equal. |