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.
Multiplies this matrix with the specified matrix and returns the result.
Syntax
Matrix4x4F operator*(
[ref] const Matrix4x4F & matrix
);
Parameters
[ref] matrix
Type: const Matrix4x4F
The matrix to multiply by.
Return value
Type: Matrix4x4F
The result of the matrix multiplication.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d2d1_1helper.h |