Matrix4x4F::operator* method (d2d1_1helper.h)
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 |