[]
Adds two vectors.
public static Vector2 operator +(Vector2 left, Vector2 right)
| Type | Name | Description |
|---|---|---|
| Vector2 | left | The first vector to add. |
| Vector2 | right | The second vector to add. |
| Type | Description |
|---|---|
| Vector2 | The sum of the two vectors. |
Adds the vector to the point.
public static Point2F operator +(Vector2 vector, Point2F point)
| Type | Name | Description |
|---|---|---|
| Vector2 | vector | |
| Point2F | point |
| Type | Description |
|---|---|
| Point2F |