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 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.
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 |