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.32k stars 140 forks source link

Fixing bounding boxes for infinite implicit functions. #438

Closed lepsa closed 7 months ago

lepsa commented 1 year ago

Bounding boxes now work as edges when using implicit defined surfaces. This allows the use of infinite surface functions with a finite bounding box to work with operations such as intersect.

This fixes https://github.com/Haskell-Things/ImplicitCAD/issues/412

julialongtin commented 7 months ago

merged in PR #469.