PLAYGROUND (experimental)

points_rotate

Rotate a list of points around an axe
points_rotate(
    points, 
    cx, 
    cy, 
    angle
)

Rotate a list of points around an axe

Syntaxe

points_rotate(points=[10,10, 15,15], cx=100, cy=100, angle=PI)

Arguments

NameTypeRequiredDefaultDescription
pointsyes-points...
cxyes-center x
cyyes-center y
angleyes-angle or rotation