Skip to content

Conversation

schillic
Copy link
Member

Closes #3629.

The old code from #2138 was not correct. This PR adds a simple but non-optimized fix in the same spirit.

This works now:

LS1 = LineSegment(Float32[-34.67, -46.06], Float32[-13.03, -49.77]);
LS2 = LineSegment(Float32[-22.473152, -48.13686], Float32[-19.031397, -48.730015]);
intersection(LS1, LS2)

@schillic schillic marked this pull request as ready for review July 30, 2024 10:36
@schillic schillic merged commit 73aec8e into master Aug 25, 2024
7 checks passed
@schillic schillic deleted the schillic/3629 branch August 25, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong intersection of line segments
3 participants