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