We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some case, offsetted curve may have a loop because solving the 2nd degree equation is not stable in Stroker.computeOffsetCubic().
Using twice the solution in computeOffsetQuad() based on segment intersection, is a good enough approach to make offsets stable
The text was updated successfully, but these errors were encountered:
See https://github.com/bourgesl/marlin-renderer/blob/better-curves/src/main/java/org/marlin/pisces/DStroker.java
Sorry, something went wrong.
Still WIP in branch better-curves
To fix marlin's bezier quad or cubic issues, I found how to solve accurately:
So happy !
See http://people.eecs.berkeley.edu/~wkahan/Math128/
bourgesl
No branches or pull requests
In some case, offsetted curve may have a loop because solving the 2nd degree equation is not stable in Stroker.computeOffsetCubic().
Using twice the solution in computeOffsetQuad() based on segment intersection, is a good enough approach to make offsets stable
The text was updated successfully, but these errors were encountered: