C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector4 Structure / Add Method
The first vector to add.
The second vector to add.

In This Topic
Add Method (Vector4)
In This Topic
Adds two vectors.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
 

Parameters

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

Return Value

The sum of the two vectors.
See Also