Click or drag to resize

FollowSegmentResults Constructor (SegmentPropagator, ITimeBasedState, PropagateSegmentResults)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FollowSegmentResults(
	SegmentPropagator propagator,
	ITimeBasedState initialState,
	PropagateSegmentResults finalResults
)

Parameters

propagator
Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that has created these results.
initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that the FollowSegmentBeginningPropagator derived.
finalResults
Type: AGI.Foundation.SegmentPropagationPropagateSegmentResults
The results of the propagation done by the FollowSegmentEndingPropagator.
See Also