XMFLOAT3X4::XMFLOAT3X4(constXMFLOAT3X4&) function (directxmath.h)

Copy constructor for XMFLOAT3X4.

Syntax

void XMFLOAT3X4(
  const XMFLOAT3X4 & unnamedParam1
);

Parameters

unnamedParam1

Type: const XMFLOAT3X4 &

An lvalue reference to a constant XMFLOAT3X4, of which the new matrix will be a copy.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header directxmath.h

See also

XMFLOAT3X4 structure