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

Substracts another vector and returns the result
.sub(v)
| Name | Data Type | Description |
|---|---|---|
| v | Vector2 |
Vector2