XMMatrixMultiply method
Computes the product of two matrices.
Syntax
XMMATRIX XMMatrixMultiply( [in] XMMATRIX M1, [in] XMMATRIX M2 );
Parameters
- M1 [in]
-
First matrix to multiply.
- M2 [in]
-
Second matrix to multiply.
Return value
Returns the product of M1 and M2.
Remarks
Platform Requirements
Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.
Requirements
|
Namespace |
Use DirectX. |
|---|---|
|
Header |
|
See also
Show: