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

Bug fix Polygon.Contains3D #986

Merged
merged 4 commits into from
Aug 7, 2023
Merged

Conversation

pederlh
Copy link
Contributor

@pederlh pederlh commented Jun 14, 2023

BACKGROUND:
Fixed a bug causing issues in own code.

DESCRIPTION:
The out Containment containment parameter in Polygon.Contains3D isn't updated if one of the other polygon's vertices is outside this polygon. In that case Containment.Inside would be passed instead of Containment.Outside.

TESTING:
None.

FUTURE WORK:
None.

REQUIRED:

  • All changes are up to date in CHANGELOG.md.

COMMENTS:


This change is Reviewable

@pederlh pederlh changed the title Fix contains bug Bug fix Polygon.Contains3D Jun 14, 2023
Copy link
Contributor

@ikeough ikeough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much for the fix @pederlh.

@ikeough
Copy link
Contributor

ikeough commented Jun 27, 2023

Seems like there's one failing test. Do you have any interest in attempting to fix?

@pederlh
Copy link
Contributor Author

pederlh commented Jun 28, 2023

I’m off the grid for almost a month, so it would be great if you guys could take a look 😊 Otherwise I’ll revisit this later on

@pederlh pederlh closed this Jul 31, 2023
@pederlh pederlh force-pushed the fix-Contains-bug branch 2 times, most recently from 51cace4 to 237c44f Compare July 31, 2023 08:54
@pederlh pederlh reopened this Jul 31, 2023
@pederlh
Copy link
Contributor Author

pederlh commented Jul 31, 2023

The dotnet test -c release workflow process that was causing an error earlier passes without issue locally. Could you try to rerun the workflow @ikeough?

@pederlh pederlh requested a review from ikeough August 1, 2023 09:45
@andrewheumann
Copy link
Member

Thanks for the nudge @pederlh, all tests are passing now, so I'm going to go ahead and merge. Sorry feedback on this PR took so long, and thanks for your contribution!!

@andrewheumann andrewheumann merged commit aca9741 into hypar-io:master Aug 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants