Matrix3x2 Matrix3x2 Matrix3x2 Matrix3x2 Struct

Definition

Describes a 3*2 floating point matrix.

public : struct Matrix3x2public struct Matrix3x2Public Structure Matrix3x2// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

M11 M11 M11 M11

The row one and column one element of the matrix.

public : field float M11public field float M11Public Field M11// You can use this field in JavaScript.

M12 M12 M12 M12

The row one and column two element of the matrix.

public : field float M12public field float M12Public Field M12// You can use this field in JavaScript.

M21 M21 M21 M21

The row two and column one element of the matrix.

public : field float M21public field float M21Public Field M21// You can use this field in JavaScript.

M22 M22 M22 M22

The row two and column two element of the matrix.

public : field float M22public field float M22Public Field M22// You can use this field in JavaScript.

M31 M31 M31 M31

The row three and column one element of the matrix.

public : field float M31public field float M31Public Field M31// You can use this field in JavaScript.

M32 M32 M32 M32

The row three and column two element of the matrix.

public : field float M32public field float M32Public Field M32// You can use this field in JavaScript.