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