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