Skip to content
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

IntersectingLine line is failing with TangentArc #324

Closed
gumyr opened this issue Sep 20, 2023 · 0 comments · Fixed by #425
Closed

IntersectingLine line is failing with TangentArc #324

gumyr opened this issue Sep 20, 2023 · 0 comments · Fixed by #425
Assignees
Labels
bug Something isn't working

Comments

@gumyr
Copy link
Owner

gumyr commented Sep 20, 2023

with BuildLine() as l:
    l1 = TangentArc((0, 60), (25, 50), tangent=(1, 0))
    IntersectingLine((19, 0), (0, 1), other=l1)

image

For some reason the intersection point isn't calculated correctly.

@gumyr gumyr added the bug Something isn't working label Sep 20, 2023
@gumyr gumyr added this to the Release 1.0.0 milestone Sep 20, 2023
@jdegenstein jdegenstein self-assigned this Dec 7, 2023
jdegenstein added a commit that referenced this issue Dec 7, 2023
Update topology.py to fix Edge.intersections edge length issue #324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants