diff options
Diffstat (limited to 'testdata/scad')
| -rw-r--r-- | testdata/scad/features/transform-tests.scad | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/testdata/scad/features/transform-tests.scad b/testdata/scad/features/transform-tests.scad index 1d5d72b..e2dd71e 100644 --- a/testdata/scad/features/transform-tests.scad +++ b/testdata/scad/features/transform-tests.scad @@ -5,6 +5,7 @@ module mycyl() {  translate([25,0,0]) scale([1,2,0.5]) mycyl();  translate([20,-30,0]) scale(0.5) mycyl();  translate([0,-20,0]) rotate([90,0,0]) mycyl(); +translate([0,-40,0]) rotate([90,0,45]) mycyl();  rotate(v=[-1,0,0], a=45) mycyl();  multmatrix([[1,0,0,-25],              [0,1,0,0], | 
