XMVectorSetW 函式 (directxmath.h)
設定 XMVECTOR 資料類型元件的值w
。
語法
XMVECTOR XM_CALLCONV XMVectorSetW(
[in] FXMVECTOR V,
[in] float w
) noexcept;
參數
[in] V
有效的 4D 浮點向量。
[in] w
要指派給 w
V 的浮點值。
傳回值
XMVECTOR 資料類型的實例,其 w 元件已設定為 w 自變數提供給XMVectorSetW
的浮點值。 傳回 之 XMVECTOR 資料類型 實例的其他所有元件具有相同的值,與輸入向量 V 的值相同。
備註
平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | directxmath.h (包含 DirectXMath.h) |