[]
Subtracts two vectors.
public static Vector2 Subtract(Vector2 left, Vector2 right)
| Type | Name | Description |
|---|---|---|
| Vector2 | left | The first vector to subtract. |
| Vector2 | right | The second vector to subtract. |
| Type | Description |
|---|---|
| Vector2 | The difference of the two vectors. |