BodyRelativeAirflowVector
USI.Core
Velocity of the surrounding air relative to the aircraft, expressed in the aircraft-relative right/up/forward frame.
public struct BodyRelativeAirflowVector : IEquatable<BodyRelativeAirflowVector>Constructors
BodyRelativeAirflowVector
public BodyRelativeAirflowVector(Speed Rightward, Speed Upward, Speed Forward)Velocity of the surrounding air relative to the aircraft, expressed in the aircraft-relative right/up/forward frame.
Properties
Forward
public Speed Forward { get; set; }Rightward
public Speed Rightward { get; set; }Upward
public Speed Upward { get; set; }Methods
Deconstruct
public void Deconstruct(Speed Rightward, Speed Upward, Speed Forward)Equals
public bool Equals(object obj)Equals
public bool Equals(BodyRelativeAirflowVector other)GetHashCode
public int GetHashCode()ToString
public string ToString()