Function directx_math::XMVectorSetIntY[][src]

pub fn XMVectorSetIntY(V: XMVECTOR, y: u32) -> XMVECTOR

Set the value of the y component of an XMVECTOR Data Type.

Parameters

V A valid 4D vector storing integer data.

y An integer value to be assigned to y of V.

Return value

Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorSetIntY