coord_translate
coord_translate(x, y)
Translates the coordinate system
Syntaxe
translate(x=width()/2, y=width()/2)
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
x | yes | - | amount to translate along the positive x-axis |
y | yes | - | amount to translate along the positive y-axis |