Function XMVector4Transform

Source
pub fn XMVector4Transform(V: FXMVECTOR, M: XMMATRIX) -> XMVECTOR
Expand description

Transforms a 4D vector by a matrix.

§Parameters

V 4D vector.

M Transformation matrix.

§Return value

Returns the transformed vector.

§Reference

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