XMMatrixRotationX 函数 (directxmath.h)
生成绕 x 轴旋转的矩阵。
语法
XMMATRIX XM_CALLCONV XMMatrixRotationX(
[in] float Angle
) noexcept;
参数
[in] Angle
绕 x 轴旋转的角度(以弧度为单位)。 在顺着面向原点的旋转轴观察时,角度是按顺时针方向测量的。
返回值
返回旋转矩阵。
备注
平台要求
带有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
目标平台 | Windows |
标头 | directxmath.h |