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.
Accesses specific matrix elements referenced by row and column from the current instance of XMMATRIX.
Accesses specific matrix elements referenced by row and column from the current instance of XMMATRIX
Overload list
| Operator | Description |
|---|---|
| XMMATRIX::operator () (size_t,size_t) | Returns a reference to a matrix element of an instance XMMATRIX as specified by row and column arguments.This operator returns a reference to a matrix element of an instance XMMATRIX as specified by row and column arguments.Note: This operator is only available when developing with C++. |
| XMMATRIX::operator () (size_t,size_t) | Return the value of a matrix element in an instance XMMATRIX as specified by row and column arguments.This operator returns the value of a matrix element of an instance XMMATRIX as specified by row and column arguments. Note: This operator is only available when developing with C++. |
See also
-
Reference