XMMatrixRotationQuaternion 函数 (directxmath.h)
从四元数生成旋转矩阵。
语法
XMMATRIX XM_CALLCONV XMMatrixRotationQuaternion(
[in] FXMVECTOR Quaternion
) noexcept;
参数
[in] Quaternion
定义旋转的四元数。
返回值
返回旋转矩阵。
注解
平台要求
具有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | directxmath.h |