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