XMVector2RefractV 函式 (directxmath.h)
在 2D 標準向量之間重新分割事件 2D 向量。
語法
XMVECTOR XM_CALLCONV XMVector2RefractV(
[in] FXMVECTOR Incident,
[in] FXMVECTOR Normal,
[in] FXMVECTOR RefractionIndex
) noexcept;
參數
[in] Incident
要 refract 的 2D 事件向量。
[in] Normal
2D 一般向量可透過重新參考事件向量。
[in] RefractionIndex
2D 向量,其 x 和 y 元件都等於 refraction 的索引。
傳回值
傳回已參考的事件向量。 如果事件向量與常態之間的 refraction 索引和角度,使得結果為總內部反映,則函式會傳回格式 < 為 0.0f、0.0f、undefined、undefined > 的向量。
備註
此函式與 XMVector2Refract 相同,不同之處在于 RefractionIndex 是使用 2D 向量來提供,而不是 浮點 值。
平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。需求
目標平台 | Windows |
標頭 | directxmath.h (包含 DirectXMath.h) |