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