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 市集應用程式和 Windows Phone 8 個應用程式。
規格需求
需求 | 值 |
---|---|
標頭 |
|
另請參閱