From b56ab4755ee813cd5d6f0d23145b6ff2f329ad20 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Wed, 27 Nov 2024 20:21:27 -0500 Subject: [PATCH] add "shear" as synonym for skew --- tutorials/Transforms.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorials/Transforms.md b/tutorials/Transforms.md index 142d385..3d1a882 100644 --- a/tutorials/Transforms.md +++ b/tutorials/Transforms.md @@ -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