AirRelativeTrajectory
USI.Core
Direction of the aircraft's motion relative to the surrounding air mass.
public struct AirRelativeTrajectory : IEquatable<AirRelativeTrajectory>Constructors
AirRelativeTrajectory
public AirRelativeTrajectory(Angle Course, Angle FlightPathAngle)Direction of the aircraft's motion relative to the surrounding air mass.
Properties
Course
public Angle Course { get; set; }FlightPathAngle
public Angle FlightPathAngle { get; set; }Methods
Deconstruct
public void Deconstruct(Angle Course, Angle FlightPathAngle)Equals
public bool Equals(object obj)Equals
public bool Equals(AirRelativeTrajectory other)GetHashCode
public int GetHashCode()ToString
public string ToString()