Haskell-Things / Haskell-Things/ImplicitCAD
Strange behaviour of the rounded union
Open
graphics-engine
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
The union of two rectangles:

I expected the rounded union be something like

But actually I get this:
```
union(r=10) {
square([10, 10]);
translate([10, 0])
square([10, 20]);
}
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.