PLAYGROUND (experimental)

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

NameTypeRequiredDefaultDescription
pointsyes-points...
dxyes-amount to translate on x-axis
dyyes-amount to translate on y-axis