The type of a structure representing a rotation matrix.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
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.