-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add Euler spiral curve representation #169
Open
raphlinus
wants to merge
12
commits into
main
Choose a base branch
from
euler
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 071762b - Browse repository at this point
Copy the full SHA 071762bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec51c78 - Browse repository at this point
Copy the full SHA ec51c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c31c74 - Browse repository at this point
Copy the full SHA 1c31c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f791a - Browse repository at this point
Copy the full SHA 38f791aView commit details -
Iterate from Euler spirals to cubics, with an error tolerance.
Configuration menu - View commit details
-
Copy full SHA for b62c929 - Browse repository at this point
Copy the full SHA b62c929View commit details
Commits on Feb 16, 2021
-
Provide accuracy (with verified error bounds).
Configuration menu - View commit details
-
Copy full SHA for e1b1805 - Browse repository at this point
Copy the full SHA e1b1805View commit details
Commits on Feb 17, 2021
-
Performance tuning on euler integral
Add benchmarks and refine error estimation (the powf was potentially expensive).
Configuration menu - View commit details
-
Copy full SHA for a5dc6f3 - Browse repository at this point
Copy the full SHA a5dc6f3View commit details -
Slight cleanup of types and signatures
Rename "FitEulerResult" to "EulerParams".
Configuration menu - View commit details
-
Copy full SHA for 58ef380 - Browse repository at this point
Copy the full SHA 58ef380View commit details
Commits on Feb 18, 2021
-
Make Euler examples accessible
Also make them easier to find and improve docs a bit.
Configuration menu - View commit details
-
Copy full SHA for 462098c - Browse repository at this point
Copy the full SHA 462098cView commit details
Commits on Feb 19, 2021
-
A pretty good implementation of parallel curves, including handling the cusp, and applying the closed-form error metric for subdivision.
Configuration menu - View commit details
-
Copy full SHA for d7a85f2 - Browse repository at this point
Copy the full SHA d7a85f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a6c9b - Browse repository at this point
Copy the full SHA 91a6c9bView commit details -
This commit captures the source code for the illustrations in the parallel curve blog post.
Configuration menu - View commit details
-
Copy full SHA for cbbc40c - Browse repository at this point
Copy the full SHA cbbc40cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.