Click or drag to resize

NumericalPropagatorStateGetMotionT Method

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<T> GetMotion<T>(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The name of the MotionT in this state.

Type Parameters

T
The type of the stored MotionT (Cartesian, Double, etc...).

Return Value

Type: MotionT
The MotionT of the elementIdentification in this state.

Implements

ITimeBasedStateGetMotionT(String)
See Also