[]
Adds two vectors.
public static Vector4 operator +(Vector4 left, Vector4 right)
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. |