| Package | Description |
|---|---|
| agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
| 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.propagators |
Contains types used in producing the state of an object from a known element set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicState
An
IAdjustableState that can hold any data type or motions. |
| Modifier and Type | Method and Description |
|---|---|
StateEvaluator<IAdjustableState> |
GeometryDynamicState.getEvaluator(EvaluatorGroup group)
Gets and creates the
StateEvaluator. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GeometryDynamicState.checkForSameDefinition(DynamicState<IAdjustableState> other) |
| Modifier and Type | Method and Description |
|---|---|
DynamicState<IAdjustableState> |
DynamicStateStoppablePropagator.getDynamicState()
Gets the definition of the
StateEvaluator that
will be propagated. |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicStateStoppablePropagator.setDynamicState(DynamicState<IAdjustableState> value)
Sets the definition of the
StateEvaluator that
will be propagated. |