[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.DivideRef

DivideRef Method

DivideRef(out Matrix3x2, ref Matrix3x2, float)

Divides a matrix by the given value.

Declaration
public static void DivideRef(out Matrix3x2 result, ref Matrix3x2 left, float right)
Parameters
Type Name Description
Matrix3x2 result

When the method completes, contains the scaled matrix.

Matrix3x2 left

The matrix to scale.

float right

The amount by which to scale.