Bagikan melalui


Matrix.Divide Method (Matrix, Matrix, Matrix)

Divides the components of a matrix by the corresponding components of another matrix.

Syntax

'Declaration
Public Shared Sub Divide ( _
         ref matrix1 As Matrix, _
         ref matrix2 As Matrix, _
         out result As Matrix _
)
public static void Divide (
         ref Matrix matrix1,
         ref Matrix matrix2,
         out Matrix result
)
public:
static void Divide(
         ref Matrix matrix1,
         ref Matrix matrix2,
         out Matrix result
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone