[]
Reverses the direction of a given vector.
public static Vector2 Negate(Vector2 value)
Public Shared Function Negate(value As Vector2) As Vector2
| Type | Name | Description |
|---|---|---|
| Vector2 | value | The vector to negate. |
| Type | Description |
|---|---|
| Vector2 | A vector facing in the opposite direction. |