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 XMMATRIX structure exposes the following operators.
Note
The operators listed here are only available under C++.
In this section
| Methods | Description |
|---|---|
| operator * |
Performs a matrix multiplication of the current instance of XMMATRIX by another instance of XMMATRIX. |
| operator *= |
Performs a matrix multiplication of the current instance of XMMATRIX by another instance of XMMATRIX and returns a reference to the current instance, which has been updated. |
| operator = |
Assigns the matrix data of one instance of XMMATRIX to the current instance of XMMATRIX and returns a reference to the current instance. |
| operator () |
Accesses specific matrix elements referenced by row and column from the current instance of XMMATRIX. |
Related topics
-
Reference