Matrix4x4 Constructor (Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
Creates a 4x4 matrix from the specified components.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
public: Matrix4x4( 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 )
Parameters
- m11
- Type: System::Single
The value to assign to the first element in the first row.
- m12
- Type: System::Single
The value to assign to the second element in the first row.
- m13
- Type: System::Single
The value to assign to the third element in the first row.
- m14
- Type: System::Single
The value to assign to the fourth element in the first row.
- m21
- Type: System::Single
The value to assign to the first element in the second row.
- m22
- Type: System::Single
The value to assign to the second element in the second row.
- m23
- Type: System::Single
The value to assign to the third element in the second row.
- m24
- Type: System::Single
The value to assign to the third element in the second row.
- m31
- Type: System::Single
The value to assign to the first element in the third row.
- m32
- Type: System::Single
The value to assign to the second element in the third row.
- m33
- Type: System::Single
The value to assign to the third element in the third row.
- m34
- Type: System::Single
The value to assign to the fourth element in the third row.
- m41
- Type: System::Single
The value to assign to the first element in the fourth row.
- m42
- Type: System::Single
The value to assign to the second element in the fourth row.
- m43
- Type: System::Single
The value to assign to the third element in the fourth row.
- m44
- Type: System::Single
The value to assign to the fourth element in the fourth row.