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

Attempt to fix some issues with Bezier intersections. #324

Closed
wants to merge 1 commit into from

Conversation

fryguybob
Copy link
Member

@fryguybob fryguybob commented Mar 5, 2019

There are several issues with the code for Bezier
Bezier intersections right now. This tries to fix
some of them. I haven't been able to test yet due
to my ghc/cabal being ... interesting.

Hopefully this fixes #323.

There are several issues with the code for Bezier
Bezier intersections right now.  This tries to fix
some of them.  I haven't been able to test yet due
to my ghc/cabal being ... interesting.
@byorgey
Copy link
Member

byorgey commented Mar 5, 2019

I think you mean it fixes #323 (wrong results from segmentSegment) , not #322 (wrong results from section), right?

@fryguybob
Copy link
Member Author

Woops! Yes fixes #323. Now how to fix this...

@byorgey
Copy link
Member

byorgey commented Mar 5, 2019

Probably the easiest is to just close this PR and open a new one with a corrected comment, so it doesn't close the wrong issue when we eventually merge it.

@byorgey
Copy link
Member

byorgey commented Mar 5, 2019

Oh, never mind, I see you were able to just edit the comment.

@fryguybob
Copy link
Member Author

It is still attached to the wrong issue though. I'll just close and re-request.

@fryguybob fryguybob closed this Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

segmentSegment can fail to terminate on very specific and seemingly innocuous inputs
2 participants