mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
add "shear" as synonym for skew
This commit is contained in:
parent
8b90ef14d6
commit
b56ab4755e
1 changed files with 3 additions and 2 deletions
|
@ -219,8 +219,9 @@ color("blue",0.25) down(20) cube([40,40,0.1], center=true);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Skewing
|
## Skewing / Shearing
|
||||||
One transform that OpenSCAD does not perform natively is skewing.
|
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
|
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`,
|
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
|
followed by the axis you want to skew along, followed by the axis that
|
||||||
|
|
Loading…
Reference in a new issue