Struct

SimulatorCockpitCameraOffset

USI.Core

Additional in-cockpit camera transform relative to aircraft position and orientation, independently of the live cockpit head pose.

public struct SimulatorCockpitCameraOffset : IEquatable<SimulatorCockpitCameraOffset>

Constructors

SimulatorCockpitCameraOffset

public SimulatorCockpitCameraOffset(AircraftRelativePosition PositionOffset, Angle HeadingOffsetRight, Angle PitchOffsetNoseUp, Angle RollOffsetRightWingDown)

Additional in-cockpit camera transform relative to aircraft position and orientation, independently of the live cockpit head pose.

Properties

HeadingOffsetRight

public Angle HeadingOffsetRight { get; set; }

PitchOffsetNoseUp

public Angle PitchOffsetNoseUp { get; set; }

PositionOffset

public AircraftRelativePosition PositionOffset { get; set; }

RollOffsetRightWingDown

public Angle RollOffsetRightWingDown { get; set; }

Methods

Deconstruct

public void Deconstruct(AircraftRelativePosition PositionOffset, Angle HeadingOffsetRight, Angle PitchOffsetNoseUp, Angle RollOffsetRightWingDown)

Equals

public bool Equals(object obj)

Equals

public bool Equals(SimulatorCockpitCameraOffset other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()