XMMatrixVectorTensorProduct 函式 (directxmath.h)

藉由計算外部張量乘積,從兩個向量建置矩陣。

語法

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

參數

[in] V1

3D 向量。

[in] V2

3D 向量。

傳回值

傳回 V1V2的外部 Tensor 乘積。

備註

如需外部產品的詳細資訊,請參閱Wikipedia

此函式已在 DirectXMath 3.15 中新增。

平臺需求

支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

需求

   
最低支援的用戶端 Windows 10組建 20348
最低支援的伺服器 Windows 10組建 20348
目標平台 Windows
標頭 directxmath.h

另請參閱

DirectXMath 程式庫矩陣函式