XMMatrixMultiply-Funktion (directxmath.h)

Berechnet das Produkt aus zwei Matrizen.

Syntax

XMMATRIX XM_CALLCONV XMMatrixMultiply(
  [in] FXMMATRIX M1,
  [in] CXMMATRIX M2
) noexcept;

Parameter

[in] M1

Erste Matrix, die multipliziert werden soll.

[in] M2

Zweite Matrix, die multipliziert werden soll.

Rückgabewert

Gibt das Produkt von M1 und M2 zurück.

Hinweise

Plattformanforderungen

Microsoft Visual Studio 2010 oder Microsoft Visual Studio 2012 mit dem Windows SDK für Windows 8. Unterstützt für Win32-Desktop-Apps, Windows Store-Apps und Windows Phone 8-Apps.

Anforderungen

   
Zielplattform Windows
Kopfzeile directxmath.h

Weitere Informationen

Matrixfunktionen der DirectXMath-Bibliothek