[]
Subtracts two vectors.
public static Vector4 Subtract(Vector4 left, Vector4 right)
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. |