Matrix4x4F::RotationY メソッド (d2d1_1helper.h)

変換行列を Y 軸を中心に回転します。

構文

Matrix4x4F RotationY(
  FLOAT degreeY
);

パラメーター

degreeY

型: FLOAT

回転の量。

戻り値

種類: Matrix4x4F

結果マトリックス。

要件

要件
対象プラットフォーム Windows
ヘッダー d2d1_1helper.h

こちらもご覧ください

Matrix4x4F