AxesFromBankAngle Properties |
The AxesFromBankAngle type exposes the following members.
Name | Description | |
---|---|---|
CentralBody |
Gets or sets the CentralBody with respect to which these Axes are defined.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
MaximumRollRate |
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.
| |
Position |
Gets or sets the Point representing the position of the platform and its derivatives.
| |
SpecialTimes |
Gets or sets the list of special times of interest at which to transition from one bank angle to the next.
These axes will consider each of the times to determine if there is a discontinuity and then attempt
to create a smooth transition from the previous bank angle to the next using the specified
TargetRollRate.
| |
SurfaceGravity |
Gets or sets the value of the surface gravity corresponding to the CentralBody,
in meters per second squared. By default, this value corresponds to EarthSurfaceGravity.
| |
TargetRollRate |
Gets or sets the desired roll rate at which to transition from one bank angle to the next, in radians per second.
|