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