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(
	float m11, 
	float m12, 
	float m13, 
	float m14, 
	float m21, 
	float m22, 
	float m23, 
	float m24, 
	float m31, 
	float m32, 
	float m33, 
	float m34, 
	float m41, 
	float m42, 
	float m43, 
	float m44
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

m11
Type: System.Single
A first row and first column value.
m12
Type: System.Single
A first row and second column value.
m13
Type: System.Single
A first row and third column value.
m14
Type: System.Single
A first row and fourth column value.
m21
Type: System.Single
A second row and first column value.
m22
Type: System.Single
A second row and second column value.
m23
Type: System.Single
A second row and third column value.
m24
Type: System.Single
A second row and fourth column value.
m31
Type: System.Single
A third row and first column value.
m32
Type: System.Single
A third row and second column value.
m33
Type: System.Single
A third row and third column value.
m34
Type: System.Single
A third row and fourth column value.
m41
Type: System.Single
A fourth row and first column value.
m42
Type: System.Single
A fourth row and second column value.
m43
Type: System.Single
A fourth row and third column value.
m44
Type: System.Single
A fourth row and fourth column value.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web