UV.op_Addition
Description:
Adds the two specified 2-D vectors and returns the result.
Adds the two specified 2-D vectors and returns the result.
Remarks:
The added vector is obtained by adding each coordinate of the right vector to the corresponding coordinate of the left vector.
The added vector is obtained by adding each coordinate of the right vector to the corresponding coordinate of the left vector.
-
leftThe first vector.
-
rightThe second vector.
-
Thrown when left or right isnullNothingnullptra null reference (Nothingin Visual Basic).