CoreMotionRotationMatrix

The type of a structure representing a rotation matrix.

  • 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

CoreMotionRotationMatrix
: Numberreadonly
Each field in this structure defines an element of the rotation matrix by its position. ...

Each field in this structure defines an element of the rotation matrix by its position. For example, m11 is the element in row 1, column 1; m31 is the element in row 3, column 1; m13 is the element in row 1, column 3.

  • m11, m12, m13
  • m21, m22, m23
  • m31, m32, m33