Matrix4x4::Multiply Method
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(Matrix4x4, Matrix4x4) | Returns the matrix that results from multiplying two matrices together. |
|
Multiply(Matrix4x4, Single) | Returns the matrix that results from scaling all the elements of a specified matrix by a scalar factor. |
Show: