XMVectorRotateLeft 範本
將向量向左旋轉 32 位元素的指定數目。
語法
template<uint32_t Elements> XMVECTOR XMVectorRotateLeft(
[in] XMVECTOR V
);
參數
-
V
-
[in]向量以向左旋轉。
傳回值
傳迴旋轉的 XMVECTOR。
備註
此函式是 XMVectorRotateLeft 的範本版本,其中 Elements 引數是範本值。
注意
此 XMVectorRotateLeft
範本是 DirectXMath 的新功能,不適用於 XNAMath 2.x。
命名空間:使用 DirectX
平台需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 與 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。
規格需求
需求 | 值 |
---|---|
標頭 |
|
另請參閱