Click or drag to resize

BasicLaunchSegmentConfiguration Constructor (ITimeBasedState, ITimeBasedState)

Instantiates the configuration with the specified burnout and launch states.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BasicLaunchSegmentConfiguration(
	ITimeBasedState launchState,
	ITimeBasedState burnoutState
)

Parameters

launchState
Type: AGI.Foundation.CoordinatesITimeBasedState
The launch state of the launch segment.
burnoutState
Type: AGI.Foundation.CoordinatesITimeBasedState
The burnout state of the launch segment.
See Also