XMFLOAT3PK::XMFLOAT3PK(XMFLOAT3PK&&) function (directxpackedvector.h)

Assigns the vector component data from one instance of XMFLOAT3SE to the current instance of XMFLOAT3SE.

This operator assigns the vector component data from one instance of XMFLOAT3SE to the current instance of XMFLOAT3SE.

Note  This operator is only available under C++.

Syntax

void XMFLOAT3PK(
  XMFLOAT3PK && unnamedParam1
);

Parameters

unnamedParam1

Instance of XMFLOAT3SE used to update the current XMFLOAT3SE structure.

Return value

The current instance of XMFLOAT3SE whose vector component data has been updated to match those of the XMFLOAT3SE instance specified by the float3se argument.

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMFLOAT3SE

operator =