[]
Adds two vectors.
public static Vector4 Add(Vector4 left, Vector4 right)
Public Shared Function Add(left As Vector4, right As Vector4) As Vector4
| Type | Name | Description |
|---|---|---|
| Vector4 | left | The first vector to add. |
| Vector4 | right | The second vector to add. |
| Type | Description |
|---|---|
| Vector4 | The sum of the two vectors. |