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