CoreMotionQuaternion

The type for a quaternion representing a measurement of attitude.

For more information, see iOS Developer Library: CMAttitude.CMQuaternion constant.

  • 3.3.0
  • 3.3.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CoreMotionQuaternion
w : Numberreadonly

A value for the W-axis.

A value for the W-axis.

CoreMotionQuaternion
x : Numberreadonly

A value for the X-axis.

A value for the X-axis.

CoreMotionQuaternion
y : Numberreadonly

A value for the Y-axis.

A value for the Y-axis.

CoreMotionQuaternion
z : Numberreadonly

A value for the Z-axis.

A value for the Z-axis.