Skip to content

Latest commit

 

History

History
135 lines (91 loc) · 2.73 KB

ns-dcommon-d2d_matrix_4x3_f.md

File metadata and controls

135 lines (91 loc) · 2.73 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords f1_keywords dev_langs req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql topic_type api_type api_location api_name targetos req.typenames req.redist ms.custom
NS:dcommon.D2D_MATRIX_4X3_F
D2D_MATRIX_4X3_F (dcommon.h)
Describes a 4-by-3 floating point matrix.
D2D_MATRIX_4X3_F
D2D_MATRIX_4X3_F structure [Direct2D]
dcommon/D2D_MATRIX_4X3_F
direct2d.d2d_matrix_4x3_f
direct2d\d2d_matrix_4x3_f.htm
Direct2D
2CCAB3EE-EEF2-4C36-8F8E-23B93A45B1FF
12/05/2018
D2D_MATRIX_4X3_F, D2D_MATRIX_4X3_F structure [Direct2D], dcommon/D2D_MATRIX_4X3_F, direct2d.d2d_matrix_4x3_f
dcommon/D2D_MATRIX_4X3_F
c++
dcommon.h
D2d1.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
APIRef
kbSyntax
HeaderDef
dcommon.h
D2D_MATRIX_4X3_F
Windows
D2D_MATRIX_4X3_F
19H1

-description

Describes a 4-by-3 floating point matrix.

-struct-fields

-field _11

Type: FLOAT

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

-field _12

Type: FLOAT

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

-field _13

Type: FLOAT

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

-field _21

Type: FLOAT

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

-field _22

Type: FLOAT

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

-field _23

Type: FLOAT

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

-field _31

Type: FLOAT

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

-field _32

Type: FLOAT

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

-field _33

Type: FLOAT

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

-field _41

Type: FLOAT

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

-field _42

Type: FLOAT

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

-field _43

Type: FLOAT

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

-field m

A 4-by-3 floating point array that describes the matrix.

-remarks

The D2D1_MATRIX_4X3_F structure is type defined from a D2D_MATRIX_4X3_F structure in D2d1_1.h.

typedef D2D_MATRIX_4X3_F D2D1_MATRIX_4X3_F;