points_rotate
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
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | points... |
cx | yes | - | center x |
cy | yes | - | center y |
angle | yes | - | angle or rotation |