You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to adjust the size of Polygon with points?
For example, +1 (up) -1 (down) in the y direction
[[1,1], [2,1], [2,3], [1,3]] → [[1,0], [2,0], [2,4], [1,4]]
It is complicated to apply it to various cases as a "scale" method,
so I want to change it using numbers, but it is impossible to change it because the points attribute is read-only.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Is there any way to adjust the size of Polygon with points?
For example, +1 (up) -1 (down) in the y direction
[[1,1], [2,1], [2,3], [1,3]] → [[1,0], [2,0], [2,4], [1,4]]
It is complicated to apply it to various cases as a "scale" method,
so I want to change it using numbers, but it is impossible to change it because the points attribute is read-only.
Thank you for your help.
The text was updated successfully, but these errors were encountered: