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

fix the fetal bug of the convolution calculation part of the Minkowski sum #8573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Garbage123King
Copy link

Summary of Changes

Modify the convolution calculation part of the Minkowski sum. In the 'elimination of antennas' phase, before I fix it, only the antennas of the first segment were eliminated, skipping the possible subsequent antennas. For more details, please refer to the explanation in the issue. I modified it so that if a new antenna is merged, the newly merged antenna is used as curr for the next iteration; otherwise, after_next is used as curr.

Release Management

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.

minkowski_sum has fatal bug for some special linestring and polygon
1 participant