Click or drag to resize

NumericalPropagatorState.ModifyMotion<T> Method

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void ModifyMotion<T>(
	string elementIdentification,
	Motion<T> newValue
)

Parameters

elementIdentification
Type: System.String
The name of the element to change.
newValue
Type: AGI.Foundation.Motion<T>
The new values for the elementIdentification.

Type Parameters

T
The type that the Motion<T> described by the elementIdentification is.

Implements

ITimeBasedState.ModifyMotion<T>(String, Motion<T>)
See Also