Function directx_math::XMVector4Transform[][src]

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

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