AircraftRotationalInertiaPerUnitMass
USI.Core
Aircraft rotational inertia divided by aircraft mass, expressed about the conventional roll, pitch, and yaw axes using the selected area unit.
public sealed class AircraftRotationalInertiaPerUnitMass : IEquatable<AircraftRotationalInertiaPerUnitMass>Constructors
AircraftRotationalInertiaPerUnitMass
public AircraftRotationalInertiaPerUnitMass(Area RollAxis, Area PitchAxis, Area YawAxis)Aircraft rotational inertia divided by aircraft mass, expressed about the conventional roll, pitch, and yaw axes using the selected area unit.
Properties
PitchAxis
public Area PitchAxis { get; set; }RollAxis
public Area RollAxis { get; set; }YawAxis
public Area YawAxis { get; set; }Methods
<Clone>$
public AircraftRotationalInertiaPerUnitMass <Clone>$()Deconstruct
public void Deconstruct(Area RollAxis, Area PitchAxis, Area YawAxis)Equals
public bool Equals(object obj)Equals
public bool Equals(AircraftRotationalInertiaPerUnitMass other)GetHashCode
public int GetHashCode()ToString
public string ToString()