[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.Add

Add Method

Add(Matrix5x4, Matrix5x4)

Determines the sum of two matrices.

Declaration
public static Matrix5x4 Add(Matrix5x4 left, Matrix5x4 right)
Public Shared Function Add(left As Matrix5x4, right As Matrix5x4) As Matrix5x4
Parameters
Type Name Description
Matrix5x4 left

The first Matrix5x4 to add.

Matrix5x4 right

The second Matrix5x4 to add.

Returns
Type Description
Matrix5x4

The sum of the two matrices.