XMVectorSetWPtr 函数 (directxmath.h)
w
设置包含浮点数据的 XMVECTOR 的组件,其值包含在由指针引用的 float 实例中。
语法
XMVECTOR XM_CALLCONV XMVectorSetWPtr(
FXMVECTOR V,
[in] const float *w
) noexcept;
参数
V
存储浮点数据的有效 4D 矢量。
[in] w
指向 float 的指针,其中包含要存储在 XMVECTOR 数据类型对象的 V
元素中的w
值。
返回值
XMVECTOR 数据类型的实例,其 w 组件已设置为 w 参数XMVectorSetWPtr
提供的浮点值。 返回的 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) |