[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.op_Addition

operator + Operator

operator +(Matrix3x2, Matrix3x2)

Adds two matricies.

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

The first matrix to add.

Matrix3x2 right

The second matrix to add.

Returns
Type Description
Matrix3x2

The sum of the two matricies.