Transform360
public struct Transform360 : XMLRepresentable
Undocumented
-
Specifies the possible coordinate types in a 360 transform adjustment.
Declaration
Swift
public enum CoordinateType : String, Codable -
The parameters associated with the 360 transform adjustment.
Declaration
Swift
public var parameters: [Parameter] -
A Boolean value indicating whether the 360 transform adjustment is enabled.
Declaration
Swift
public var isEnabled: Bool { get set } -
The coordinate type of the 360 transform adjustment.
Declaration
Swift
public var coordinateType: CoordinateType -
The latitude of the 360 transform adjustment.
Declaration
Swift
public var latitude: Double? -
The longitude of the 360 transform adjustment.
Declaration
Swift
public var longitude: Double? -
The distance of the 360 transform adjustment.
Declaration
Swift
public var distance: Double? -
The x position of the 360 transform adjustment.
Declaration
Swift
public var xPosition: Double? -
The y postion of the 360 transform adjustment.
Declaration
Swift
public var yPosition: Double? -
The z position of the 360 transform adjustment.
Declaration
Swift
public var zPosition: Double? -
The x orientation of the 360 transform adjustment.
Declaration
Swift
public var xOrientation: Double? -
The y orientation of the 360 transform adjustment.
Declaration
Swift
public var yOrientation: Double? -
The z orientation of the 360 transform adjustment.
Declaration
Swift
public var zOrientation: Double? -
A Boolean value indicating whether auto orientation is enabled.
Declaration
Swift
public var autoOrient: Bool { get set } -
The convergence of the 360 transform adjustment.
Declaration
Swift
public var convergence: Double? -
The interaxial of the 360 transform adjustment.
Declaration
Swift
public var interaxial: Double? -
Initializes a new 360 transform adjustment.
Declaration
Swift
public init(coordinateType: CoordinateType)Parameters
coordinateTypeThe coordinate type of the 360 transform adjustment.
Transform360 Structure Reference