Closed EricGebhart closed 10 years ago
scale
is already defined.
resize
looks good.
Oops. not sure how I missed scale. Removed it.
Sorry,but I don't think you pushed.
yep. sorry, I was not attached. Wrong branch.
Thanks!
It's nice working with you. I guess we'll see what else pops up.
Eric
----- Matthew Farrell's Original Message -----
Merged #21.
Reply to this email directly or view it on GitHub: https://github.com/farrellm/scad-clj/pull/21#event-131388122
Likewise, very good working with you. Thank you for all the enhancements!
Both scale and resize take an
[ x y z ]
vector like translate. Scale was super simple just like translate. Resize takes an optionalAuto
argument which can betrue or false
or it can be a vector of true and false for the x, y and z axis, ie.[true, false, true]
.