Vector2::add()
Adds another vector and returns the result
Examples
Syntax
Java
.add(v)
Parameters
| Name | Data Type | Description |
|---|---|---|
| v | Vector2 |
Return
Vector2
Adds another vector and returns the result
.add(v)
| Name | Data Type | Description |
|---|---|---|
| v | Vector2 |
Vector2