Computes the sum of two 2D vectors.
The resulting Vector2 is stored in result.
| result |
destination for the resulting Vector2. |
| vector1 |
a pointer to the first Vector2. |
| vector2 |
a pointer to the second Vector2. |