CMRotationMatrix Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.)
Fields
m11 | |
m12 | |
m13 | |
m21 | |
m22 | |
m23 | |
m31 | |
m32 | |
m33 |
Applies to
See also
- <xref:CoreGraphics.CGAffineTransform.MakeRotation>