PLAYGROUND (experimental)

points_scale

Scale a list of points a point
points_scale(
    points, 
    cx, 
    cy, 
    scale
)

Scale a list of points a point

Syntaxe

points_scale(points=[10,10, 15,15], cx=100, cy=100, scale=1.2)

Arguments

NameTypeRequiredDefaultDescription
pointsyes-points...
cxyes-center x
cyyes-center y
scaleyes-scale