[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.SubtractRef

SubtractRef Method

SubtractRef(out Matrix3x2, ref Matrix3x2, ref Matrix3x2)

Determines the difference between two matrices.

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

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

Matrix3x2 left

The first matrix to subtract.

Matrix3x2 right

The second matrix to subtract.