[]
Adds two vectors.
public static Vector2 Add(Vector2 left, Vector2 right)
Public Shared Function Add(left As Vector2, right As Vector2) As Vector2
| Type | Name | Description |
|---|---|---|
| Vector2 | left | The first vector to add. |
| Vector2 | right | The second vector to add. |
| Type | Description |
|---|---|
| Vector2 | The sum of the two vectors. |