XMMatrixVectorTensorProduct 函数 (directxmath.h)

通过计算外部张量乘积,从两个向量生成矩阵。

语法

XMMATRIX XM_CALLCONV XMMatrixVectorTensorProduct(
  [in] FXMVECTOR V1,
  [in] FXMVECTOR V2
) noexcept;

参数

[in] V1

3D 矢量。

[in] V2

3D 矢量。

返回值

返回 V1V2 的外部张量乘积。

备注

有关外部产品的详细信息,请参阅维基百科

此函数已添加到 DirectXMath 3.15 中。

平台要求

支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

   
最低受支持的客户端 Windows 10内部版本 20348
最低受支持的服务器 Windows 10内部版本 20348
目标平台 Windows
标头 directxmath.h

另请参阅

DirectXMath 库矩阵函数