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