| 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. 
 | 
| agi.foundation.segmentpropagation | 
 Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CartesianParameter | 
ParameterizedVector.getParameter()
Gets the parameter to use to parameterize this vector. 
 | 
CartesianParameter | 
ParameterizedPoint.getParameter()
Gets the parameter to use to parameterize this point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ParameterizedVector.setParameter(CartesianParameter value)
Sets the parameter to use to parameterize this vector. 
 | 
void | 
ParameterizedPoint.setParameter(CartesianParameter value)
Sets the parameter to use to parameterize this point. 
 | 
| Constructor and Description | 
|---|
ParameterizedPoint(CartesianParameter parameter,
                  ReferenceFrame referenceFrame)
Initializes a new instance. 
 | 
ParameterizedVector(CartesianParameter parameter,
                   Axes definedInAxes)
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CartesianParameter | 
ImpulsiveManeuverInformation.getInnerCostateParameter()
 | 
CartesianParameter | 
ImpulsiveManeuverInformation.getInnerParameter()
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ImpulsiveManeuverInformation.setInnerCostateParameter(CartesianParameter value)
 | 
void | 
ImpulsiveManeuverInformation.setInnerParameter(CartesianParameter value)
 |