Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minkowski crashes when operands are line segments #1671

Closed
kintel opened this issue Jun 19, 2016 · 2 comments
Closed

minkowski crashes when operands are line segments #1671

kintel opened this issue Jun 19, 2016 · 2 comments

Comments

@kintel
Copy link
Member

kintel commented Jun 19, 2016

Example:

minkowski() { 
  scale([0,0,1]) cube(1);
  scale([0,1,0]) cube(1);
  scale([1,0,0]) cube(1);
}
kintel added a commit that referenced this issue Jun 19, 2016
@nophead
Copy link
Member

nophead commented Jun 19, 2016

hull() works with three lines and two lines but it crashes with one.

On 19 June 2016 at 16:38, Marius Kintel notifications@github.com wrote:

Example:

minkowski() {
scale([0,0,1]) cube(1);
scale([0,1,0]) cube(1);
scale([1,0,0]) cube(1);
}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1671, or mute the thread
https://github.com/notifications/unsubscribe/AAijhb32YssSDAe23yeIyCuDzEqaHJrMks5qNWJlgaJpZM4I5MIL
.

@kintel
Copy link
Member Author

kintel commented Jun 19, 2016

@nophead Thanks: #1672

@kintel kintel closed this as completed Jun 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants