vector_same_direction
vector_same_direction(v1, v2) -> BOOL
Check if two vectors have the same direction
Syntaxe
var same = vector_same_direction(v1, v2);
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
v1 | yes | - | First vector |
v2 | yes | - | Second vector |
vector_same_direction(v1, v2) -> BOOL
Check if two vectors have the same direction
var same = vector_same_direction(v1, v2);
| Name | Required | Default | Description |
|---|---|---|---|
v1 | yes | - | First vector |
v2 | yes | - | Second vector |