# CoreMotionRotationMatrix
The type of a structure representing a rotation matrix.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# m11-m33 READONLY
m11-m33 :Number
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