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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.RouteDesign.PropagatedRoute
The route along which to provide the attitude. - surfaceGravity
- Type: System.Double
The surface gravity for the CentralBody,
in meters per second squared.
- targetRollRate
- Type: System.Double
The desired roll rate at which to transition from one bank angle to the next,
in radians per second.
See Also