XMMatrixRotationAxis 関数 (directxmath.h)
任意の軸を中心に回転するマトリックスを作成します。
構文
XMMATRIX XM_CALLCONV XMMatrixRotationAxis(
[in] FXMVECTOR Axis,
[in] float Angle
) noexcept;
パラメーター
[in] Axis
回転軸を記述するベクトル。
[in] Angle
回転角度 (ラジアン単位)。 角度は、回転軸に沿って原点を見た状態で時計回りに測定されます。
戻り値
回転行列を返します。
注釈
Axis が正規化されたベクターの場合は、XMMatrixRotationNormal 関数を使用してこの種類の行列を作成する方が高速です。
プラットフォームの要件
Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | directxmath.h |