[]
Subtracts two vectors.
public static Vector3 Subtract(Vector3 left, Vector3 right)
Type | Name | Description |
---|---|---|
Vector3 | left | The first vector to subtract. |
Vector3 | right | The second vector to subtract. |
Type | Description |
---|---|
Vector3 | The difference of the two vectors. |