Skip to content

Modules.CoreMotion.CoreMotionRotationMatrix

The type of a structure representing a rotation matrix.

Since: 3.3.0 · Platforms: iphone, ipad

Properties #

m11-m33#

Type: 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

Titanium SDK Documentation