turtle_towards
Return angle from turtle to a point
turtle_towards(
x,
y
)
Return angle from turtle to a point
Syntaxe
var a = turtle_towards(x=100, y=200);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate | |
y | yes | - | Y coordinate |