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

Intersections #226

Merged
merged 19 commits into from
Nov 16, 2014
Merged

Intersections #226

merged 19 commits into from
Nov 16, 2014

Conversation

cchalmers
Copy link
Member

Almost ready. When finished will close #209, #81. Indirectly closes #204, #188.

Done so far (not fully tested):

  • fixed segment intersections
  • 2D convex hulls
  • closest point on a segment to a given point
  • (hopefully) better traced instances for segments
  • added ToPath class

todo

  • write tests for all new functions
  • documentation

@cchalmers
Copy link
Member Author

I've tested most of the functions and I think I've got most of the bugs. It still needs a little work but I'd to merge. I'll work on documentation / example later.

@cchalmers
Copy link
Member Author

There hasn't been any objections so I'm gonna merge. Let me know if you find any bugs.

cchalmers added a commit that referenced this pull request Nov 16, 2014
@cchalmers cchalmers merged commit a5376fd into master Nov 16, 2014
@byorgey byorgey deleted the intersections branch February 9, 2017 14:18
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.

Path/trail intersection numerically stable cubic rootfinder
1 participant