|   |   |   | 
| Matrix.Multiply Method | Language: | 
Determines the product of two matrices.
public void Multiply(Matrix); public static Matrix Multiply(Matrix, Matrix); 
This method's result represents the transformation of left (or the current instance) followed by the transformation of right (or source).
The following equations demonstrate how the multiplication takes place.
Out = left * right
Out = this instance * source
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center