XMFLOAT3SE operator = operators
Assigns vector component data to the current instance of XMFLOAT3SE
.
Assigns vector component data to the current instance of XMFLOAT3SE.
Overload list
Operator | Description |
---|---|
XMFLOAT3SE::operator = (const uint32_t) | Assigns the vector component data packed in an instance of uint32_t to the current instance of XMFLOAT3SE . This operator assigns the vector component data packed in an instance of uint64_t to the current instance of XMFLOAT3SE. Note: |
XMFLOAT3SE::operator = (const XMFLOAT3SE&) | 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: |
See also
-
Reference