XYZ.Add
Description:
Adds the specified vector to this vector and returns the result.
Adds the specified vector to this vector and returns the result.
Remarks:
The added vector is obtained by adding each coordinate of the specified vector to the corresponding coordinate of this vector.
The added vector is obtained by adding each coordinate of the specified vector to the corresponding coordinate of this vector.
-
sourceThe vector to add to this vector.
-
Thrown when source isnullNothingnullptra null reference (Nothingin Visual Basic).