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