Class

LocalWindSnapshot

USI.Core

Wind currently affecting the user aircraft, expressed both as the familiar meteorological direction/speed and signed earth-axis components.

public sealed class LocalWindSnapshot : IEquatable<LocalWindSnapshot>

Constructors

LocalWindSnapshot

public LocalWindSnapshot(Speed Speed, Angle DirectionFromTrue, Speed Eastward, Speed Upward, Speed Northward)

Wind currently affecting the user aircraft, expressed both as the familiar meteorological direction/speed and signed earth-axis components.

Properties

DirectionFromTrue

public Angle DirectionFromTrue { get; set; }

Eastward

public Speed Eastward { get; set; }

Northward

public Speed Northward { get; set; }

Speed

public Speed Speed { get; set; }

Upward

public Speed Upward { get; set; }

Methods

<Clone>$

public LocalWindSnapshot <Clone>$()

Deconstruct

public void Deconstruct(Speed Speed, Angle DirectionFromTrue, Speed Eastward, Speed Upward, Speed Northward)

Equals

public bool Equals(object obj)

Equals

public bool Equals(LocalWindSnapshot other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()