Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericalPropagator.addStepTaken(EventHandler<PropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
every time the propagator takes an integration step.
|
void |
NumericalPropagator.removeStepTaken(EventHandler<PropagationEventArgs> value)
Gets the instance of the event handler which will be triggered after
every time the propagator takes an integration step.
|