[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.Subtract

Subtract Method

Subtract(Matrix5x4, Matrix5x4)

Determines the difference between two matrices.

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

The first Matrix5x4 to subtract.

Matrix5x4 right

The second Matrix5x4 to subtract.

Returns
Type Description
Matrix5x4

The difference between the two matrices.