Matrix.Matrix Method (Microsoft.Xna.Framework)

Constructs a matrix.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public Matrix(
	Vector4 row1, 
	Vector4 row2, 
	Vector4 row3, 
	Vector4 row4
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

row1
Type: Microsoft.Xna.Framework.Vector4
A first row of the created matrix.
row2
Type: Microsoft.Xna.Framework.Vector4
A second row of the created matrix.
row3
Type: Microsoft.Xna.Framework.Vector4
A third row of the created matrix.
row4
Type: Microsoft.Xna.Framework.Vector4
A fourth row of the created matrix.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web