[]
Subtracts two vectors.
public static void SubtractRef(out Vector2 result, ref Vector2 left, ref Vector2 right)
Type | Name | Description |
---|---|---|
Vector2 | result | When the method completes, contains the difference of the two vectors. |
Vector2 | left | The first vector to subtract. |
Vector2 | right | The second vector to subtract. |