ComponentOne Bitmap for UWP
Addition Operator (Vector3)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure : Addition Operator
The first vector to add.
The second vector to add.
Adds two vectors.
Syntax
'Declaration
 
Public Operator +( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
public Vector3 operator +( 
   Vector3 left,
   Vector3 right
)

Parameters

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

Return Value

The sum of the two vectors.
See Also

Reference

Vector3 Structure
Vector3 Members