XMFLOAT4X4 operator () operators

Accesses specific matrix elements referenced by row and column from the current instance of XMFLOAT4X4.

Accesses specific matrix elements referenced by row and column from the current instance of XMFLOAT4X4

Overload list

Operator Description
XMFLOAT4X4::operator () (size_t,size_t) Returns a reference to a matrix element of an instance XMFLOAT4X4 as specified by row and column arguments.
Note: This operator is only available under C++.
XMFLOAT4X4::operator () (size_t,size_t) Return the value of a matrix element in an instance XMFLOAT4X4 as specified by row and column arguments.
This operator returns the value of a matrix element of an instance XMFLOAT4X4 as specified by row and column arguments.
Note: This operator is only available when developing with C++.

See also

XMFLOAT4X4 Operators

Reference

XMFLOAT4X4