Struct

BodyRelativeVelocityVector

USI.Core

Three-axis motion in the aircraft-relative right/up/forward frame.

public struct BodyRelativeVelocityVector : IEquatable<BodyRelativeVelocityVector>

Constructors

BodyRelativeVelocityVector

public BodyRelativeVelocityVector(Speed Rightward, Speed Upward, Speed Forward)

Three-axis motion 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(BodyRelativeVelocityVector other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()