DivideRef Method (Matrix3x2)
In This Topic
Divides a matrix by the given value.
Syntax
'Declaration
Public Shared Sub DivideRef( _
ByRef As Matrix3x2, _
ByRef As Matrix3x2, _
ByVal As System.Single _
)
public static void DivideRef(
out Matrix3x2 ,
ref Matrix3x2 ,
System.float
)
Parameters
- result
- When the method completes, contains the scaled matrix.
- left
- The matrix to scale.
- right
- The amount by which to scale.
See Also