XMFLOAT3X4A structure (directxmath.h)

A 3x4 column-major matrix containing 32-bit floating-point components aligned on a 16-byte boundary.

Syntax

struct XMFLOAT3X4A : XMFLOAT3X4 {
  };

Inheritance

The XMFLOAT3X4A structure implements XMFLOAT3X4.

Remarks

You can load an XMMATRIX from an XMFLOAT3X4A by using XMLoadFloat3x4A.

You can store an XMMATRIX into an XMFLOAT3X4A by using XMStoreFloat3x4A.

This type and the associated functions were added in DirectXMath 3.13

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header directxmath.h

See also

DirectXMath Library structures