Package | Description |
---|---|
agi.foundation.aircraftpropagation |
Contains types for propagating an aircraft through various maneuvers subject to
flight phase performance models and wind effects.
|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
Modifier and Type | Method and Description |
---|---|
static AzimuthHorizontalVertical |
Maneuver.convertMovingAtmosphereRatesToStaticAtmosphereRates(double verticalGroundSpeed,
double horizontalGroundSpeed,
double sineTrueCourse,
double cosineTrueCourse,
double verticalAirspeed,
double horizontalAirspeed,
double sineTrueHeading,
double cosineTrueHeading,
Cartesian windRate,
AzimuthHorizontalVertical derivatives)
Converts the rates with respect to the moving atmosphere to rates with respect to the static atmosphere.
|
AzimuthHorizontalVertical |
AircraftReferenceState.getVelocity()
|
Modifier and Type | Method and Description |
---|---|
static AzimuthHorizontalVertical |
Maneuver.convertMovingAtmosphereRatesToStaticAtmosphereRates(double verticalGroundSpeed,
double horizontalGroundSpeed,
double sineTrueCourse,
double cosineTrueCourse,
double verticalAirspeed,
double horizontalAirspeed,
double sineTrueHeading,
double cosineTrueHeading,
Cartesian windRate,
AzimuthHorizontalVertical derivatives)
Converts the rates with respect to the moving atmosphere to rates with respect to the static atmosphere.
|
void |
AircraftReferenceState.setVelocity(AzimuthHorizontalVertical value)
|
Modifier and Type | Method and Description |
---|---|
static AzimuthHorizontalVertical |
AzimuthHorizontalVertical.getZero()
Gets a set of
AzimuthHorizontalVertical coordinates with values of zero. |
Modifier and Type | Method and Description |
---|---|
static boolean |
AzimuthHorizontalVertical.equals(AzimuthHorizontalVertical left,
AzimuthHorizontalVertical right)
Returns
true if the two instances are exactly equal. |
boolean |
AzimuthHorizontalVertical.equalsEpsilon(AzimuthHorizontalVertical other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
AzimuthHorizontalVertical.equalsType(AzimuthHorizontalVertical other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
AzimuthHorizontalVertical.notEquals(AzimuthHorizontalVertical left,
AzimuthHorizontalVertical right)
Returns
true if the two instances are not exactly equal. |