PLAYGROUND (experimental)

points_mirror_axis

Mirror a list of points along an custom axis
points_mirror_axis(
    points, 
    ax1, 
    ay1, 
    ax2, 
    ay2
)

Mirror a list of points along an custom axis

Syntaxe

points_scale(points=[10,10, 15,15], yaxis=100)

Arguments

NameTypeRequiredDefaultDescription
pointsyes-points...
ax1yes-x of first point axe
ay1yes-y of first point axe
ax2yes-x of second point axe
ay2yes-y of second point axe