pub fn XMMatrixMultiply(M1: FXMMATRIX, M2: CXMMATRIX<'_>) -> XMMATRIXExpand description
Computes the product of two matrices.
§Parameters
M1 First matrix to multiply.
M2 Second matrix to multiply.
§Return value
Returns the product of M1 and M2.
§Reference
https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMMatrixMultiply