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.33k stars 141 forks source link

Transform3 for multmatrix #410

Closed sorki closed 2 years ago

sorki commented 2 years ago

Adds Transform3 primitive which allows us to implement multmatrix requested in #397.

Also adds some other tidbits like scaling inverse property and negative scaling property.

~ExtOpenScad support not yet implemented, marking as draft.~