-
Notifications
You must be signed in to change notification settings - Fork 138
Circle2D intersection with Line(Segment)2D #237
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0a2521d
Feat: Line2D.DistanceTo(point)
f-frhs c3ad590
feat: Circle2D.IntersectWith(Line2D)
f-frhs 037d3c5
doc: fix xml comment
f-frhs fb0314b
refactor: extract the private method findParameterTs(Line2D)
f-frhs baf6605
feat: Circle2D.IntersectWith(LineSegment2D)
f-frhs c2612b6
doc: fix the variable-name list in comment
f-frhs 4685302
fix: a typo
f-frhs f3e4731
change: use the fact that dot-product of the unit vector is always 1.0
f-frhs 847cdaf
Revert "Feat: Line2D.DistanceTo(point)"
f-frhs 2d222ac
remove: src/Spatial/Extensions/DoubleExtensions.cs
f-frhs 571cf7d
doc: revise xml comments
f-frhs 9e33c1b
fix a typo
f-frhs 7c5df6a
test: fix testcases to test number of intersections
f-frhs 1a527b1
fix: IntersectionWith() to return a single point when a line tangent …
f-frhs b27fdb1
test: Add tests for intersection of Circle and LineSegment2D
f-frhs dc7ea85
test: add TODO comment
f-frhs 5930b12
refactor: rename line to segment
f-frhs 0e7eb69
fix: type declaration (from 1d to 1.0)
f-frhs 5c3cd70
test: fix testcases to use expected points
f-frhs ab59a23
test: fix testcases to use expected points
f-frhs 451a87d
test: add testcases where the line is parallel to the Y-axis
f-frhs 3d3748b
test: add testcases parallel to Y-axis and general cases
f-frhs 6b8c3db
test: add testcases for Intersection of Circle2D with LIneSegment2D
f-frhs f3815ed
test: replace +01 to +1
f-frhs acccdbf
Minor changes in test
jkalias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.