共用方式為


XMVector3RefractV 函式 (directxmath.h)

在 3D 標準向量之間重新分割事件 3D 向量。

語法

XMVECTOR XM_CALLCONV XMVector3RefractV(
  [in] FXMVECTOR Incident,
  [in] FXMVECTOR Normal,
  [in] FXMVECTOR RefractionIndex
) noexcept;

參數

[in] Incident

要 refract 的 3D 事件向量。

[in] Normal

3D 一般向量可透過重新參考事件向量。

[in] RefractionIndex

3D 向量,其 x、y 和 z 元件等於 refraction 的索引。

傳回值

傳回已參考的事件向量。 如果事件向量與常態之間的 refraction 索引和角度,使得結果為總內部反映,則函式會傳回格式 < 為 0.0f、0.0f、0.0f、0.0f、undefined > 的向量。

備註

此函式與 XMVector3Refract 相同,不同之處在于 RefractionIndex 是使用 3D 向量提供,而不是 浮點 值。

平臺需求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

需求

   
目標平台 Windows
標頭 directxmath.h (包含 DirectXMath.h)

另請參閱

DirectXMath 程式庫 3D 向量幾何函式

XMVector2Refract