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