[]
Subtracts two vectors.
public static Vector4 operator -(Vector4 left, Vector4 right)
Public Shared Operator -(left As Vector4, right As Vector4) As Vector4
| Type | Name | Description |
|---|---|---|
| Vector4 | left | The first vector to subtract. |
| Vector4 | right | The second vector to subtract. |
| Type | Description |
|---|---|
| Vector4 | The difference of the two vectors. |