Matrix5x4F::Matrix5x4F(FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT) constructor

Instantiates a new instance of a Matrix5x4F class that is initialized with all of the floating point matrix values.

Syntax

inline Matrix5x4F(
   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,
   FLOAT m51,
   FLOAT m52,
   FLOAT m53,
   FLOAT m54
);

Parameters

m11

Type: FLOAT

The value in the first row and first column of the matrix.

m12

Type: FLOAT

The value in the first row and second column of the matrix.

m13

Type: FLOAT

The value in the first row and third column of the matrix.

m14

Type: FLOAT

The value in the first row and fourth column of the matrix.

m21

Type: FLOAT

The value in the second row and first column of the matrix.

m22

Type: FLOAT

The value in the second row and second column of the matrix.

m23

Type: FLOAT

The value in the second row and third column of the matrix.

m24

Type: FLOAT

The value in the second row and fourth column of the matrix.

m31

Type: FLOAT

The value in the third row and first column of the matrix.

m32

Type: FLOAT

The value in the third row and second column of the matrix.

m33

Type: FLOAT

The value in the third row and third column of the matrix.

m34

Type: FLOAT

The value in the third row and fourth column of the matrix.

m41

Type: FLOAT

The value in the fourth row and first column of the matrix.

m42

Type: FLOAT

The value in the fourth row and second column of the matrix.

m43

Type: FLOAT

The value in the fourth row and third column of the matrix.

m44

Type: FLOAT

The value in the fourth row and fourth column of the matrix.

m51

Type: FLOAT

The value in the fifth row and first column of the matrix.

m52

Type: FLOAT

The value in the fifth row and second column of the matrix.

m53

Type: FLOAT

The value in the fifth row and third column of the matrix.

m54

Type: FLOAT

The value in the fifth row and fourth column of the matrix.

Requirements

Requirement Value
Minimum supported client
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Minimum supported phone
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]
Namespace
D2D1
Header
D2d1_helper.h
Library
D2d1.lib
DLL
D2d1.dll

See also

Matrix5x4F