EarthRelativeAccelerationVector
USI.Core
Public SDK type.
public struct EarthRelativeAccelerationVector : IEquatable<EarthRelativeAccelerationVector>Constructors
EarthRelativeAccelerationVector
public EarthRelativeAccelerationVector(Acceleration Eastward, Acceleration Upward, Acceleration Northward)Properties
Eastward
public Acceleration Eastward { get; set; }Northward
public Acceleration Northward { get; set; }Upward
public Acceleration Upward { get; set; }Methods
Deconstruct
public void Deconstruct(Acceleration Eastward, Acceleration Upward, Acceleration Northward)Equals
public bool Equals(object obj)Equals
public bool Equals(EarthRelativeAccelerationVector other)GetHashCode
public int GetHashCode()ToString
public string ToString()