Matrix.Multiply Method (Microsoft.Xna.Framework)

Multiplies two matrixes.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Matrix Multiply(
	Matrix matrix1, 
	Matrix matrix2
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

matrix1
Type: Microsoft.Xna.Framework.Matrix
Source Matrix on the left of the mul sign.
matrix2
Type: Microsoft.Xna.Framework.Matrix
Source Matrix on the right of the mul sign.

Return Value

Type: Microsoft.Xna.Framework.Matrix
Result of the matrix multiplication.
Using matrix multiplication algorithm - see http://en.wikipedia.org/wiki/Matrix_multiplication.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web