Reorient

public struct Reorient : XMLRepresentable

Undocumented

  • The parameters associated with the reorient adjustment.

    Declaration

    Swift

    public var parameters: [Parameter]
  • A Boolean value indicating whether the reorient adjustment is enabled.

    Declaration

    Swift

    public var isEnabled: Bool
  • The tilt of the reorient adjustment.

    Declaration

    Swift

    public var tilt: Double
  • pan

    The pan of the reorient adjustment.

    Declaration

    Swift

    public var pan: Double
  • The roll of the reorient adjustment.

    Declaration

    Swift

    public var roll: Double
  • The convergence of the reorient adjustment.

    Declaration

    Swift

    public var convergence: Double
  • Initializes a new reorient adjustment.

    Declaration

    Swift

    public init(tilt: Double, pan: Double, roll: Double, convergence: Double)

    Parameters

    tilt

    The tilt of the reorient adjustment.

    pan

    The pan of the reorient adjustment.

    roll

    The roll of the reorient adjustment.

    convergence

    The convergence of the reorient adjustment.