AircraftRelativePosition
USI.Core
Body-axis position using the developer's selected length unit.
public struct AircraftRelativePosition : IEquatable<AircraftRelativePosition>Constructors
AircraftRelativePosition
public AircraftRelativePosition(Length Forward, Length Rightward, Length Upward)Body-axis position using the developer's selected length unit.
Properties
Forward
public Length Forward { get; set; }Rightward
public Length Rightward { get; set; }Upward
public Length Upward { get; set; }Methods
Deconstruct
public void Deconstruct(Length Forward, Length Rightward, Length Upward)Equals
public bool Equals(object obj)Equals
public bool Equals(AircraftRelativePosition other)GetHashCode
public int GetHashCode()ToString
public string ToString()