Michael-F-Bryan / arcs

A Rust CAD System
https://michael-f-bryan.github.io/arcs
Apache License 2.0
253 stars 22 forks source link

Implement affinetransformable for scale and translate #7

Closed DerLando closed 4 years ago

DerLando commented 4 years ago

I changed the implementation of Scale and Translate to use AffineTransformable equivalent to the last PR for ScaleNonUniform.

This PR also implements all possible transformation methods for BoundingBox

DerLando commented 4 years ago

must have written some git commands wrong :/

Now the commit is live.

Michael-F-Bryan commented 4 years ago

This is awesome :tada: