PLAYGROUND (experimental)

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

NameTypeRequiredDefaultDescription
xyes-X coordinate
yyes-Y coordinate