Click or drag to resize

AxesFromBankAngleMaximumRollRate Property

Gets or sets the maximum roll rate to allow during the trajectory before throwing an exception. By default, the value is positive infinity, indicating that the axes will violate the TargetRollRate if there are several SpecialTimes in close proximity preventing a feasible transition with the TargetRollRate. If the resulting roll rate is greater than the maximum the call to GetEvaluator(EvaluatorGroup) will throw an InvalidOperationException.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MaximumRollRate { get; set; }

Property Value

Type: Double
See Also