Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.41k stars 142 forks source link

Cube and rect shouldn't take a center param #359

Open isovector opened 3 years ago

isovector commented 3 years ago

No other combinators do. Instead, we should provide center :: Object obj vec => obj -> obj which moves the center of the bounding box to the origin.