[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.Subtract

Subtract Method

Subtract(Matrix3x2, Matrix3x2)

Determines the difference between two matrices.

Declaration
public static Matrix3x2 Subtract(Matrix3x2 left, Matrix3x2 right)
Parameters
Type Name Description
Matrix3x2 left

The first matrix to subtract.

Matrix3x2 right

The second matrix to subtract.

Returns
Type Description
Matrix3x2

The difference between the two matrices.