Matrix3x2::Multiply Operator
Performs a multiplication operation on a matrix.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Multiply(Matrix3x2, Matrix3x2) | Returns the matrix that results from multiplying two matrices together. |
|
Multiply(Matrix3x2, Single) | Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor. |
Show: