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