Matrix4x4 Matrix4x4 Matrix4x4 Matrix4x4 Struct

Definition

Describes a 4*4 floating point matrix.

public : struct Matrix4x4public struct Matrix4x4Public Structure Matrix4x4// 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.

M13 M13 M13 M13

The row one and column three element of the matrix.

public : field float M13public field float M13Public Field M13// You can use this field in JavaScript.

M14 M14 M14 M14

The row one and column four element of the matrix.

public : field float M14public field float M14Public Field M14// 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.

M23 M23 M23 M23

The row two and column three element of the matrix.

public : field float M23public field float M23Public Field M23// You can use this field in JavaScript.

M24 M24 M24 M24

The row two and column four element of the matrix.

public : field float M24public field float M24Public Field M24// 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.

M33 M33 M33 M33

The row three and column three element of the matrix.

public : field float M33public field float M33Public Field M33// You can use this field in JavaScript.

M34 M34 M34 M34

The row three and column four element of the matrix.

public : field float M34public field float M34Public Field M34// You can use this field in JavaScript.

M41 M41 M41 M41

The row four and column one element of the matrix.

public : field float M41public field float M41Public Field M41// You can use this field in JavaScript.

M42 M42 M42 M42

The row four and column two element of the matrix.

public : field float M42public field float M42Public Field M42// You can use this field in JavaScript.

M43 M43 M43 M43

The row four and column three element of the matrix.

public : field float M43public field float M43Public Field M43// You can use this field in JavaScript.

M44 M44 M44 M44

The row four and column four element of the matrix.

public : field float M44public field float M44Public Field M44// You can use this field in JavaScript.