farrellm / scad-clj

OpenSCAD DSL in Clojure
Eclipse Public License 1.0
318 stars 52 forks source link

Transformations, resize and scale. #21

Closed EricGebhart closed 10 years ago

EricGebhart commented 10 years ago

Both scale and resize take an [ x y z ] vector like translate. Scale was super simple just like translate. Resize takes an optional Auto argument which can be true or false or it can be a vector of true and false for the x, y and z axis, ie. [true, false, true].

farrellm commented 10 years ago

scale is already defined. resize looks good.

EricGebhart commented 10 years ago

Oops. not sure how I missed scale. Removed it.

farrellm commented 10 years ago

Sorry,but I don't think you pushed.

EricGebhart commented 10 years ago

yep. sorry, I was not attached. Wrong branch.

EricGebhart commented 10 years ago

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

farrellm commented 10 years ago

Likewise, very good working with you. Thank you for all the enhancements!