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