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