XMVectorRotateRight 模板
按给定数量的 32 位元素向右旋转向量。
语法
template<uint32_t Elements> XMVECTOR XMVectorRotateRight(
[in] XMVECTOR V
);
参数
-
V
-
[in]向量向量向右旋转。
返回值
返回旋转的 XMVECTOR。
注解
此函数是 XMVectorRotateRight 的模板版本, 其中 Elements 参数是模板值。
注意
该 XMVectorRotateRight
模板是 DirectXMath 的新增模板,不适用于 XNAMath 2.x。
命名空间:使用 DirectX
平台要求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 Windows SDK for Windows 8。 支持 Win32 桌面应用、Windows Microsoft Store应用和 Windows Phone 8 个应用。
要求
要求 | Value |
---|---|
标头 |
|
另请参阅