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