C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / Addition Operator
The first vector to add.
The second vector to add.

In This Topic
Addition Operator (Vector3)
In This Topic
Adds two vectors.
Syntax
'Declaration
 
Public Operator +( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
 

Parameters

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

Return Value

The sum of the two vectors.
See Also