xArbitraryZVertical
A reference frame where the Z axis is vertical and the X axis points in an arbitrary direction in the horizontal plane.
Declaration
static var xArbitraryZVertical: CMAttitudeReferenceFrame { get }Mentioned in
Discussion
When you start the device-motion service, Core Motion sets the frame of reference to the device’s initial orientation. You might use this option when you don’t need to know the device’s attitude relative to true or magnetic north, and only track rotational changes over time.
This option uses fewer sensors to determine the device attitude, and is more power efficient than the xArbitraryCorrectedZVertical option.