Matrix3x2(Single, Single, Single, Single, Single, Single) Constructor

Definition

Creates a 3x2 matrix from the specified components.

C#
public Matrix3x2(float m11, float m12, float m21, float m22, float m31, float m32);

Parameters

m11
Single

The value to assign to the first element in the first row.

m12
Single

The value to assign to the second element in the first row.

m21
Single

The value to assign to the first element in the second row.

m22
Single

The value to assign to the second element in the second row.

m31
Single

The value to assign to the first element in the third row.

m32
Single

The value to assign to the second element in the third row.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1
UWP 10.0