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