PLAYGROUND (experimental)

coord_translate

Translates the coordinate system
coord_translate(
    x, 
    y
)

Translates the coordinate system

Syntaxe

coord_translate(x=width()/2, y=width()/2)

Arguments

NameTypeRequiredDefaultDescription
xyes-amount to translate along the positive x-axis
yyes-amount to translate along the positive y-axis