Matrix.Multiply Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Determines the product of two matrices.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Multiply(Matrix) | Multiplies the current matrix by the specified matrix. | |
Multiply(Matrix, Matrix) | Returns the product of the two specified matrices. |
Top