kSITRotationMatrixProvider

Objective-C

enum kSITRotationMatrixProvider : NSInteger {}

Swift

enum kSITRotationMatrixProvider : Int, @unchecked Sendable

The provider of the rotation matrix.

  • There is no rotation matrix

    Declaration

    Objective-C

    kSITNone = 0

    Swift

    case sitNone = 0
  • The rotation matrix provider is Situm.

    Declaration

    Objective-C

    kSITSitum

    Swift

    case sitSitum = 1
  • The rotation matrix provider is the operative system (iOS)

    Declaration

    Objective-C

    kSITApple

    Swift

    case sitApple = 2