Click or drag to resize

SegmentPropagatorDefaultStateAdaptation Method

Performs the default adaptation of the elements in the initialState into the finalState. Note that elements that do not exist in both states will not be adapted.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected void DefaultStateAdaptation(
	ITimeBasedState initialState,
	ITimeBasedState finalState
)

Parameters

initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state whose Motions will be transformed in some way by the Adapters and set in the finalState.
finalState
Type: AGI.Foundation.CoordinatesITimeBasedState
The state that will be set with the adapted values from the initialState.
See Also