add "shear" as synonym for skew

This commit is contained in:
Adrian Mariano 2024-11-27 20:21:27 -05:00
parent 8b90ef14d6
commit b56ab4755e

View file

@ -219,8 +219,9 @@ color("blue",0.25) down(20) cube([40,40,0.1], center=true);
```
## Skewing
One transform that OpenSCAD does not perform natively is skewing.
## Skewing / Shearing
One transform that OpenSCAD does not perform natively is skewing, also
known as shearing.
BOSL2 provides the `skew()` command for that. You give it multipliers
for the skews you want to perform. The arguments used all start with `s`,
followed by the axis you want to skew along, followed by the axis that