次の方法で共有


XMVectorRotateRight テンプレート

指定した数の 32 ビット要素でベクターを右に回転します。

構文

template<uint32_t Elements> XMVECTOR XMVectorRotateRight(
  [in]  XMVECTOR V
);

パラメーター

V

[入力]右に回転するベクター。

戻り値

回転した 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 アプリでサポートされます。

要件

要件
ヘッダー
DirectXMath.h

こちらもご覧ください

DirectXMath ライブラリ テンプレート関数

XMVectorPermute

XMVectorRotateLeft

XMVectorShiftLeft