Overload | Description |
---|---|
Multiply(Matrix,Matrix,Matrix) | Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter. |
Multiply(Matrix,Matrix) | Multiplies the left matrix by the right matrix. |
Overload | Description |
---|---|
Multiply(Matrix,Matrix,Matrix) | Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter. |
Multiply(Matrix,Matrix) | Multiplies the left matrix by the right matrix. |