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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
points | yes | - | points... | |
ax1 | yes | - | x of first point axe | |
ay1 | yes | - | y of first point axe | |
ax2 | yes | - | x of second point axe | |
ay2 | yes | - | y of second point axe |