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.
The following operators are exposed by the XMVECTOR structure.
Note
The operators listed here are only available under C++.
In this section
Methods | Description |
---|---|
operator += |
Adds a floating point value to an XMVECTOR instance, and returns a reference to the updated instance. |
operator -= |
Subtracts a floating point value from the current instance of XMVECTOR , returning the result in the updated current instance. |
operator * |
Multiplication operators |
operator *= |
Multiplication assignment operators |
operator / |
Division operator. |
operator /= |
Division Assignment operator. |
operator - |
Subtraction and negation operators |
operator + |
Addition operators. |
Related topics