[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.SubtractRef

SubtractRef Method

SubtractRef(out Matrix5x4, ref Matrix5x4, ref Matrix5x4)

Determines the difference between two matrices.

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

When the method completes, contains the difference between the two matrices.

Matrix5x4 left

The first Matrix5x4 to subtract.

Matrix5x4 right

The second Matrix5x4 to subtract.