[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Add

Add Method

Add(Matrix4x4, Matrix4x4)

Determines the sum of two matrices.

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

The first matrix to add.

Matrix4x4 right

The second matrix to add.

Returns
Type Description
Matrix4x4

The sum of the two matrices.