Divide Method (Matrix3x2)
Divides a matrix by the given value.
'Declaration
Public Shared Function Divide( _
ByVal As Matrix3x2, _
ByVal As System.Single _
) As Matrix3x2
Parameters
- left
- The matrix to scale.
- right
- The amount by which to scale.
Return Value
The resulting matrix.