vector_sub
vector_sub(v1, v2) -> VECTOR (dict x,y)
Subtract two vectors
Syntaxe
var v3 = vector_sub(v1, v2);
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
v1 | yes | - | First vector |
v2 | yes | - | Second vector |
vector_sub(v1, v2) -> VECTOR (dict x,y)
Subtract two vectors
var v3 = vector_sub(v1, v2);
| Name | Required | Default | Description |
|---|---|---|---|
v1 | yes | - | First vector |
v2 | yes | - | Second vector |