Edit

Share via


CMRotationMatrix Struct

Definition

Represents a 3x3 rotation matrix.

public struct CMRotationMatrix
type CMRotationMatrix = struct
Inheritance
CMRotationMatrix

Remarks

The iOS rotation matrix describes the attitude of the device (see CMAttitude) relative to an initial attitude (see M:CoreMotion.CMMotionManager.StartDeviceMotionUpdates(CMAttitudeReferenceFrame)).

As with other iOS attitude data, the axes are defined as follows:

(Note that yaw increases as the device is rotated counter-clockwise.)

Applies to

See also

  • <xref:CoreGraphics.CGAffineTransform.MakeRotation>