Operator operator +
operator +(Vector3D, Vector3D)
Returns the sum of the given vectors
Declaration
public static Vector3D operator +(Vector3D v1, Vector3D v2)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3D | v1 | The first vector to sum |
| Vector3D | v2 | The second vector to sum |
Returns
| Type | Description |
|---|---|
| Vector3D | Sum of the two vectors |