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

Support matrix multiplication #414

Open sorki opened 2 years ago

sorki commented 2 years ago

Second example here https://en.m.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#multmatrix

and vector * matrix as well.