Click or drag to resize

AxesFromBankAngle Constructor (PropagatedRoute, Double, Double)

Create a new instance based on the given route, banking around turns, and transitioning smoothly from one bank condition to another around transition points in the route.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesFromBankAngle(
	PropagatedRoute route,
	double surfaceGravity,
	double targetRollRate
)

Parameters

route
Type: AGI.Foundation.RouteDesignPropagatedRoute
The route along which to provide the attitude.
surfaceGravity
Type: SystemDouble
The surface gravity for the CentralBody, in meters per second squared.
targetRollRate
Type: SystemDouble
The desired roll rate at which to transition from one bank angle to the next, in radians per second.
See Also