[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.DivideRef

DivideRef Method

DivideRef(out Matrix5x4, ref Matrix5x4, float)

Divides a Matrix5x4 by the given value.

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

When the method completes, contains the resulting Matrix5x4.

Matrix5x4 left

The Matrix5x4 to divide.

float right

The amount by which to divide.