get_angle
get_angle(from, to)
Return the angle between 2 points in radians
Syntaxe
var result = get_angle(from=[x1,y1], to=[x2,y2])
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
from | yes | - | List of points [x1,y1] |
to | yes | - | List of points [x2,y2] |
get_angle(from, to)
Return the angle between 2 points in radians
var result = get_angle(from=[x1,y1], to=[x2,y2])
| Name | Required | Default | Description |
|---|---|---|---|
from | yes | - | List of points [x1,y1] |
to | yes | - | List of points [x2,y2] |