Click or drag to resize

HorizontalBehaviorDerivatives Structure

The derivatives which define the horizontal behavior of a maneuver.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct HorizontalBehaviorDerivatives : IEquatable<HorizontalBehaviorDerivatives>

The HorizontalBehaviorDerivatives type exposes the following members.

Constructors
  NameDescription
Public methodHorizontalBehaviorDerivatives
Initializes the horizontal derivatives with respect to the indicated maneuver axes.
Top
Properties
  NameDescription
Public propertyAngularRate
Gets the rate of change of the angular reference in the horizontal plane.
Public propertyManeuverReferenceAxes
Gets the axes in which the horizontal behavior of a maneuver is defined.
Top
Methods
  NameDescription
Public methodEquals(HorizontalBehaviorDerivatives)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also