pub fn XMVector4Transform(V: FXMVECTOR, M: XMMATRIX) -> XMVECTORExpand 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