Matrix4x3F::Matrix4x3F(FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT, FLOAT) constructor

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

Syntax

inline Matrix4x3F(
   FLOAT m11,
   FLOAT m12,
   FLOAT m13,
   FLOAT m21,
   FLOAT m22,
   FLOAT m23,
   FLOAT m31,
   FLOAT m32,
   FLOAT m33,
   FLOAT m41,
   FLOAT m42,
   FLOAT m43
);

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.

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.

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.

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.

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

Matrix4x3F