ComponentOne Bitmap for UWP
Add Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Add Method
The first matrix to add.
The second matrix to add.
Determines the sum of two matrices.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal left As Matrix4x4, _
   ByVal right As Matrix4x4 _
) As Matrix4x4
public static Matrix4x4 Add( 
   Matrix4x4 left,
   Matrix4x4 right
)

Parameters

left
The first matrix to add.
right
The second matrix to add.

Return Value

The sum of the two matrices.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members