2021 Method
Changes 0
M

XYZ.Add

Description:
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.
public XYZ Add(
	XYZ source
)
Return Value XYZ The vector equal to the sum of the two vectors.