FrameOfReference

@objc(GSFrameOfReference)
public enum FrameOfReference : Int, CustomStringConvertible

Gimbal frame of reference.

  • Absolute frame of reference.

    Declaration

    Swift

    case absolute
  • Relative frame of reference.

    Declaration

    Swift

    case relative
  • Debug description.

    Declaration

    Swift

    public var description: String { get }
  • Set containing all frame of reference.

    Declaration

    Swift

    public static let allCases: Set<FrameOfReference>