| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DisplacementVectorParticipant | 
DisplacementVectorParticipant.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static DisplacementVectorParticipant | 
DisplacementVectorParticipant.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static DisplacementVectorParticipant | 
DisplacementVectorParticipant.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DisplacementVectorParticipant[] | 
DisplacementVectorParticipant.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |