Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 1.71 KB

nf-directxmath-xmstorefloat3x4a.md

File metadata and controls

69 lines (55 loc) · 1.71 KB
UID title ms.date description tech.root 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 targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NF:directxmath.XMStoreFloat3x4A
XMStoreFloat3x4A
04/23/2020
Stores an [**XMMATRIX**](../directxmath/ns-directxmath-xmmatrix.md) in an [**XMFLOAT3X4A**](../directxmath/ns-directxmath-xmfloat3x4a.md).
dxmath
directxmath.h
Windows
Windows 10 Build 20348
Windows 10 Build 20348
Windows
XMStoreFloat3x4A
directxmath/XMStoreFloat3x4A
c++
APIRef
kbSyntax
COM
DirectXMath.h
XMStoreFloat3x4A

-description

Stores an XMMATRIX in an XMFLOAT3X4A.

-parameters

-param pDestination [out]

Type: XMFLOAT3X4A *

Pointer to the XMFLOAT3X4A structure in which to store the data.

-param M [in]

Type: XMMATRIX

Matrix containing the data to store.

-remarks

XMFLOAT3X4A is a row-major form of the matrix.

To write out column-major data requires that the XMMATRIX be transposed via XMMatrixTranspose before calling the store function.

-see-also

DirectXMath Library vector store functions