Click or drag to resize

HeadingAtWaypointProcedureGetFinalFromNextState Method

Creates an instance of the procedure to represent a final state for a route based on a given state (position and velocity) in the FixedFrame of the CentralBody.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static HeadingAtWaypointProcedure GetFinalFromNextState(
	CentralBody centralBody,
	Motion<Cartesian> stateInFixedFrame,
	ProfileDynamics dynamics,
	double turningRadius
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body with respect to which the state is evaluated.
stateInFixedFrame
Type: AGI.FoundationMotionCartesian
The state (position and velocity) observed in the central body's fixed frame.
dynamics
Type: AGI.Foundation.RouteDesignProfileDynamics
The dynamics to use for the RouteProfile.
turningRadius
Type: SystemDouble
The radius at which to turn from the previous procedure, in meters.

Return Value

Type: HeadingAtWaypointProcedure
An instance of the procedure representing the final state for a route.
See Also