| Package | Description | 
|---|---|
| agi.foundation.access.constraints | 
 Contains types used in modeling constraints applied to the calculation of access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PlaneIndicator | 
PlaneIndicator.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static PlaneIndicator | 
PlaneIndicator.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
PlaneIndicator | 
AngleOutOfPlaneConstraint.getPlane()
Gets the plane from which the angle to the displacement vector is measured. 
 | 
PlaneIndicator | 
AngleInPlaneConstraint.getPlane()
Gets the plane into which the displacement vector is projected. 
 | 
static PlaneIndicator | 
PlaneIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlaneIndicator[] | 
PlaneIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static double | 
AngleInPlaneConstraint.getAngleInPlane(UnitCartesian vector,
               PlaneIndicator plane)
Gets the angle formed by a projection of a vector into an axis-aligned plane. 
 | 
void | 
AngleOutOfPlaneConstraint.setPlane(PlaneIndicator value)
Sets the plane from which the angle to the displacement vector is measured. 
 | 
void | 
AngleInPlaneConstraint.setPlane(PlaneIndicator value)
Sets the plane into which the displacement vector is projected. 
 |