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 -
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
tiltThe tilt of the reorient adjustment.
panThe pan of the reorient adjustment.
rollThe roll of the reorient adjustment.
convergenceThe convergence of the reorient adjustment.
Reorient Structure Reference