Haskell-Things / Haskell-Things/ImplicitCAD

Strange behaviour of the rounded union

Open
#204 8 comments 1 reaction 0 assignees View on GitHub
graphics-engine
Dominant language
JavaScript
Stars
1.6k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

The union of two rectangles:
![squares](https://user-images.githubusercontent.com/10729543/40574552-c2d8651e-60dc-11e8-93b9-3ba31b3dd908.png)

I expected the rounded union be something like
![want](https://user-images.githubusercontent.com/10729543/40574548-b9a5db34-60dc-11e8-8d00-9c03cd799965.png)

But actually I get this:
```
union(r=10) {
square([10, 10]);
translate([10, 0])
square([10, 20]);
}
```
![sample](https://user-images.githubusercontent.com/10729543/40574553-c31cfeb8-60dc-11e8-9a7e-1b6b521852c2.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.