CMRotationMatrix 结构

定义

表示 3x3 旋转矩阵。

public struct CMRotationMatrix
type CMRotationMatrix = struct
继承
CMRotationMatrix

注解

iOS 旋转矩阵描述设备相对于初始姿态) CMAttitude ( (请参阅 M:CoreMotion.CMMotionManager.StartDeviceMotionUpdates (CMAttitudeReferenceFrame) ) 。

与其他 iOS 姿态数据一样,轴的定义如下:

(请注意,当设备逆时针旋转时,偏航增加。)

字段

m11

表示 3x3 旋转矩阵。

m12

表示 3x3 旋转矩阵。

m13

表示 3x3 旋转矩阵。

m21

表示 3x3 旋转矩阵。

m22

表示 3x3 旋转矩阵。

m23

表示 3x3 旋转矩阵。

m31

表示 3x3 旋转矩阵。

m32

表示 3x3 旋转矩阵。

m33

表示 3x3 旋转矩阵。

适用于

另请参阅

  • <xref:CoreGraphics.CGAffineTransform.MakeRotation>