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