XMVectorSetZ 函式 (directxmath.h)
設定 XMVECTOR 資料類型元件的值z
。
語法
XMVECTOR XM_CALLCONV XMVectorSetZ(
[in] FXMVECTOR V,
[in] float z
) noexcept;
參數
[in] V
儲存浮點數據的有效 4D 向量。
[in] z
要指派給 z
V 的浮點值。
傳回值
XMVECTOR 資料類型的實體,其 z 元件已設定為 自變數 z 所提供的浮點值至 XMVectorSetZ
。 傳回 之 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) |