Matrix4x4F::RotationX 方法 (d2d1_1helper.h)

繞 X 軸旋轉轉換矩陣。

語法

Matrix4x4F RotationX(
  FLOAT degreeX
);

參數

degreeX

類型: FLOAT

旋轉量。

傳回值

類型: Matrix4x4F

結果矩陣。

規格需求

需求
目標平台 Windows
標頭 d2d1_1helper.h

另請參閱

Matrix4x4F