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.2.419.0 (24.2.419.0)
Syntax public AxesFromBankAngle(
PropagatedRoute route,
double surfaceGravity,
double targetRollRate
)
Public Sub New (
route As PropagatedRoute,
surfaceGravity As Double,
targetRollRate As Double
)
public:
AxesFromBankAngle(
PropagatedRoute^ route,
double surfaceGravity,
double targetRollRate
)
new :
route : PropagatedRoute *
surfaceGravity : float *
targetRollRate : float -> AxesFromBankAngle
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