points_translate
Translates a list of points
points_translate(
points,
dx,
dy
)
Translates a list of points
Syntaxe
points_translate(points=[10,10, 15,15], dx=100, dy=100)
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
points | yes | - | points... | |
dx | yes | - | amount to translate on x-axis | |
dy | yes | - | amount to translate on y-axis |