Matrix.Divide Method (Matrix, Single, Matrix)
Divides the components of a matrix by a scalar.
Syntax
'Declaration
Public Shared Sub Divide ( _
ref matrix1 As Matrix, _
divider As Single, _
out result As Matrix _
)
public static void Divide (
ref Matrix matrix1,
float divider,
out Matrix result
)
public:
static void Divide(
ref Matrix matrix1,
float divider,
out Matrix result
)
Parameters
- matrix1
Type: Matrix
Source matrix. - divider
Type: Single
The divisor. - result
Type: Matrix
[OutAttribute] Result of the division.
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