EarthRelativeVelocityVector
USI.Core
Three-axis motion in the earth-relative east/up/north frame.
public struct EarthRelativeVelocityVector : IEquatable<EarthRelativeVelocityVector>Constructors
EarthRelativeVelocityVector
public EarthRelativeVelocityVector(Speed Eastward, Speed Upward, Speed Northward)Three-axis motion in the earth-relative east/up/north frame.
Properties
Eastward
public Speed Eastward { get; set; }Northward
public Speed Northward { get; set; }Upward
public Speed Upward { get; set; }Methods
Deconstruct
public void Deconstruct(Speed Eastward, Speed Upward, Speed Northward)Equals
public bool Equals(object obj)Equals
public bool Equals(EarthRelativeVelocityVector other)GetHashCode
public int GetHashCode()ToString
public string ToString()