SimulatorCockpitHeadPose
USI.Core
Live cockpit eyepoint pose relative to the aircraft center of gravity. Position uses forward, rightward, and upward feet; attitude uses positive yaw to the right, positive pitch nose-up, and positive roll right-wing-down.
public struct SimulatorCockpitHeadPose : IEquatable<SimulatorCockpitHeadPose>Constructors
SimulatorCockpitHeadPose
public SimulatorCockpitHeadPose(AircraftRelativePosition PositionRelativeToCenterOfGravity, Angle YawRight, Angle PitchNoseUp, Angle RollRightWingDown)Live cockpit eyepoint pose relative to the aircraft center of gravity. Position uses forward, rightward, and upward feet; attitude uses positive yaw to the right, positive pitch nose-up, and positive roll right-wing-down.
Properties
PitchNoseUp
public Angle PitchNoseUp { get; set; }PositionRelativeToCenterOfGravity
public AircraftRelativePosition PositionRelativeToCenterOfGravity { get; set; }RollRightWingDown
public Angle RollRightWingDown { get; set; }YawRight
public Angle YawRight { get; set; }Methods
Deconstruct
public void Deconstruct(AircraftRelativePosition PositionRelativeToCenterOfGravity, Angle YawRight, Angle PitchNoseUp, Angle RollRightWingDown)Equals
public bool Equals(object obj)Equals
public bool Equals(SimulatorCockpitHeadPose other)GetHashCode
public int GetHashCode()ToString
public string ToString()