-
Notifications
You must be signed in to change notification settings - Fork 134
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
Circle2D intersection with Line(Segment)2D #237
Merged
Merged
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a2521d - Browse repository at this point
Copy the full SHA 0a2521dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ad590 - Browse repository at this point
Copy the full SHA c3ad590View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 037d3c5 - Browse repository at this point
Copy the full SHA 037d3c5View commit details
Commits on Nov 25, 2023
-
refactor: extract the private method findParameterTs(Line2D)
Aleady existing test cases must be changed because of the implementation of FindRoots.Polynomial(coeffs), that is, the order of the solutions.
Configuration menu - View commit details
-
Copy full SHA for fb0314b - Browse repository at this point
Copy the full SHA fb0314bView commit details -
Configuration menu - View commit details
-
Copy full SHA for baf6605 - Browse repository at this point
Copy the full SHA baf6605View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2612b6 - Browse repository at this point
Copy the full SHA c2612b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4685302 - Browse repository at this point
Copy the full SHA 4685302View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e4731 - Browse repository at this point
Copy the full SHA f3e4731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847cdaf - Browse repository at this point
Copy the full SHA 847cdafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d222ac - Browse repository at this point
Copy the full SHA 2d222acView commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 571cf7d - Browse repository at this point
Copy the full SHA 571cf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e33c1b - Browse repository at this point
Copy the full SHA 9e33c1bView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c5df6a - Browse repository at this point
Copy the full SHA 7c5df6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a527b1 - Browse repository at this point
Copy the full SHA 1a527b1View commit details -
test: Add tests for intersection of Circle and LineSegment2D
for the case where LineSegment contains some of obtained intersections.
Configuration menu - View commit details
-
Copy full SHA for b27fdb1 - Browse repository at this point
Copy the full SHA b27fdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7ea85 - Browse repository at this point
Copy the full SHA dc7ea85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5930b12 - Browse repository at this point
Copy the full SHA 5930b12View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e7eb69 - Browse repository at this point
Copy the full SHA 0e7eb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3cd70 - Browse repository at this point
Copy the full SHA 5c3cd70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab59a23 - Browse repository at this point
Copy the full SHA ab59a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451a87d - Browse repository at this point
Copy the full SHA 451a87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3748b - Browse repository at this point
Copy the full SHA 3d3748bView commit details -
test: add testcases for Intersection of Circle2D with LIneSegment2D
- parallel to X-axis - parallel to Y-axis - general cases (eg. x-y+c=0) test: rename method's name
Configuration menu - View commit details
-
Copy full SHA for 6b8c3db - Browse repository at this point
Copy the full SHA 6b8c3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3815ed - Browse repository at this point
Copy the full SHA f3815edView commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for acccdbf - Browse repository at this point
Copy the full SHA acccdbfView 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.