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

Improve accuracy of Helper.cubicRoots() #23

Open
bourgesl opened this issue Feb 1, 2018 · 1 comment
Open

Improve accuracy of Helper.cubicRoots() #23

bourgesl opened this issue Feb 1, 2018 · 1 comment
Projects

Comments

@bourgesl
Copy link
Owner

bourgesl commented Feb 1, 2018

  1. Use final newton root refinement in cubic roots solve to refine accuracy
  2. For clip intersections (xPoints, yPoints), ensure x(t) or y(t) are outside of the clip (side issue) => extra clip padding will then be useless (1.0 for float, 0.25 for double variants) as roots do not ensure enough precision on the point coordinates for now
@bourgesl bourgesl added this to To Do in dev Feb 1, 2018
@bourgesl
Copy link
Owner Author

Really worth to improve 2nd and 3rd order polynom solver in Marlin-math:
https://github.com/bourgesl/marlin-math

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
dev
  
To Do
Development

No branches or pull requests

1 participant