Class

AircraftRotationalInertiaTensor

USI.Core

Aircraft rotational inertia about its conventional axes, including the provider's documented cross-coupled term, using the session's selected moment-of-inertia unit.

public sealed class AircraftRotationalInertiaTensor : IEquatable<AircraftRotationalInertiaTensor>

Constructors

AircraftRotationalInertiaTensor

public AircraftRotationalInertiaTensor(MomentOfInertia RollAxis, MomentOfInertia PitchAxis, MomentOfInertia YawAxis, MomentOfInertia CrossCoupled)

Aircraft rotational inertia about its conventional axes, including the provider's documented cross-coupled term, using the session's selected moment-of-inertia unit.

Properties

CrossCoupled

public MomentOfInertia CrossCoupled { get; set; }

PitchAxis

public MomentOfInertia PitchAxis { get; set; }

RollAxis

public MomentOfInertia RollAxis { get; set; }

YawAxis

public MomentOfInertia YawAxis { get; set; }

Methods

<Clone>$

public AircraftRotationalInertiaTensor <Clone>$()

Deconstruct

public void Deconstruct(MomentOfInertia RollAxis, MomentOfInertia PitchAxis, MomentOfInertia YawAxis, MomentOfInertia CrossCoupled)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AircraftRotationalInertiaTensor other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()