Struct

BodyMomentVector

USI.Core

Moment around the aircraft roll, pitch, and yaw axes.

public struct BodyMomentVector : IEquatable<BodyMomentVector>

Constructors

BodyMomentVector

public BodyMomentVector(Torque Roll, Torque Pitch, Torque Yaw)

Moment around the aircraft roll, pitch, and yaw axes.

Properties

Pitch

public Torque Pitch { get; set; }

Roll

public Torque Roll { get; set; }

Yaw

public Torque Yaw { get; set; }

Methods

Deconstruct

public void Deconstruct(Torque Roll, Torque Pitch, Torque Yaw)

Equals

public bool Equals(object obj)

Equals

public bool Equals(BodyMomentVector other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()