ComponentOne Bitmap for WPF
Add Method (Vector3)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector3 Structure : Add Method
The first vector to add.
The second vector to add.
Adds two vectors.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
public static Vector3 Add( 
   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