There are no examples in the documentation of situations where you want to chain several transformations together e.g.
s.translate([-4, 0, 8])(
s.rotate([0, 20 + 9, 10])(
s.scale([1, 2, 0.5])(
s.sphere(r=10))))
I think it would be instructive to have an example showing the correct way to do this.
There are no examples in the documentation of situations where you want to chain several transformations together e.g.
I think it would be instructive to have an example showing the correct way to do this.