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