Click or drag to resize

AxesFromBankAngle Constructor (Point, CentralBody, Double, IListJulianDate, Double)

Create a new instance based on the given point and special times of interest.

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(
	Point position,
	CentralBody centralBody,
	double surfaceGravity,
	IList<JulianDate> specialTimes,
	double targetRollRate
)

Parameters

position
Type: AGI.Foundation.GeometryPoint
The time dynamic position of the platform.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body with respect to which these axes are defined.
surfaceGravity
Type: SystemDouble
The surface gravity for the centralBody, in meters per second squared.
specialTimes
Type: System.Collections.GenericIListJulianDate
The special times of interest to examine when determining the transitions between bank angles.
targetRollRate
Type: SystemDouble
The desired roll rate at which to transition from one bank angle to the next, in radians per second.
See Also