Matrix4x4F::RotationX 方法 (d2d1_1helper.h)

绕 X 轴旋转转换矩阵。

语法

Matrix4x4F RotationX(
  FLOAT degreeX
);

参数

degreeX

类型: FLOAT

旋转量。

返回值

类型: Matrix4x4F

结果矩阵。

要求

要求
目标平台 Windows
标头 d2d1_1helper.h

另请参阅

Matrix4x4F