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