[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.op_Subtraction

operator - Operator

operator -(Matrix4x4, Matrix4x4)

Subtracts two matricies.

Declaration
public static Matrix4x4 operator -(Matrix4x4 left, Matrix4x4 right)
Parameters
Type Name Description
Matrix4x4 left

The first matrix to subtract.

Matrix4x4 right

The second matrix to subtract.

Returns
Type Description
Matrix4x4

The difference between the two matricies.