XMFLOAT3PK::operator=(XMFLOAT3PK&&) function (directxpackedvector.h)
Assigns the vector component data from one instance of XMFLOAT3PK
to the current instance of XMFLOAT3PK
.
This operator assigns the vector component data from one instance of XMFLOAT3PK to the current instance of XMFLOAT3PK
.
Note This operator is only available under C++.
Syntax
XMFLOAT3PK & operator=(
XMFLOAT3PK && unnamedParam1
);
Parameters
unnamedParam1
Instance of XMFLOAT3PK
used to update the current XMFLOAT3PK
structure.
Return value
The current instance of XMFLOAT3PK
whose vector component data has been updated to match those of the XMFLOAT3PK
instance specified by the float3pk argument.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxpackedvector.h |