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

IntersectionPointHandler computes intersections the same pair twice #55

Open
dulimarta opened this issue Aug 5, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@dulimarta
Copy link
Owner

The function doIntersection may redundantly compute intersection of the same pair twice. For instance, out of the following two calls

  • doIntersection(Line1, Circle4) and
  • doIntersection(Circle4, Line1)

only one of the calls should be effective

@dulimarta dulimarta added the enhancement New feature or request label Aug 5, 2022
@dulimarta dulimarta changed the title IntersectionPointHandler computes intersection the same pair twice IntersectionPointHandler computes intersections the same pair twice Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant