BodyForceVector
USI.Core
Force in the aircraft-relative right/up/forward frame.
public struct BodyForceVector : IEquatable<BodyForceVector>Constructors
BodyForceVector
public BodyForceVector(Force Rightward, Force Upward, Force Forward)Force in the aircraft-relative right/up/forward frame.
Properties
Forward
public Force Forward { get; set; }Rightward
public Force Rightward { get; set; }Upward
public Force Upward { get; set; }Methods
Deconstruct
public void Deconstruct(Force Rightward, Force Upward, Force Forward)Equals
public bool Equals(object obj)Equals
public bool Equals(BodyForceVector other)GetHashCode
public int GetHashCode()ToString
public string ToString()