XMQuaternionDot 函数 (directxmath.h)

计算两个四元数的点积。

语法

XMVECTOR XM_CALLCONV XMQuaternionDot(
  [in] FXMVECTOR Q1,
  [in] FXMVECTOR Q2
) noexcept;

参数

[in] Q1

第一个四元数。

[in] Q2

第二个四元数。

返回值

返回向量。 Q1Q2 之间的点积将复制到每个组件中。

备注

DirectXMath 四元数函数使用 XMVECTOR 4 向量表示四元数,其中 X、Y 和 Z 分量是向量部分,W 分量是标量部分。

平台要求

带有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

   
目标平台 Windows
标头 directxmath.h

另请参阅

DirectXMath 库四元数函数