Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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 |