Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
Modifier and Type | Method and Description |
---|---|
Pyramidal |
PyramidalBounds.getLowerBound()
Gets the minimal value defining the bounds.
|
static Pyramidal |
Pyramidal.getUndefined()
Gets a set of
Pyramidal coordinates with values of Double.NaN . |
Pyramidal |
PyramidalBounds.getUpperBound()
Gets the maximal value defining the bounds.
|
static Pyramidal |
Pyramidal.getZero()
Gets a set of
Pyramidal coordinates with values of zero. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Pyramidal.equals(Pyramidal left,
Pyramidal right)
Returns
true if the two instances are exactly equal. |
boolean |
Pyramidal.equalsEpsilon(Pyramidal other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
Pyramidal.equalsType(Pyramidal other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
Pyramidal.notEquals(Pyramidal left,
Pyramidal right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
Cartesian(Pyramidal coordinates)
|
PyramidalBounds(Pyramidal lowerBound,
Pyramidal upperBound)
Holds two
Pyramidal values which form the bounds of a range of pyramidal coordinates. |