Skip to content

Find the largest area rectangle in a polygon. #854

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

Merged
merged 40 commits into from
Mar 2, 2022

Conversation

Alberto-DM
Copy link
Contributor

Find the largest area rectangle in a polygon with arbitrary orientation.
Added new functions to GeometryOperators.
Made vector function compatible with 2D vectors.

Made vector function compatible with 2D vectors.
black checking
@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #854 (12fc25f) into main (d5d7b6b) will increase coverage by 0.40%.
The diff coverage is 98.87%.

@@            Coverage Diff             @@
##             main     #854      +/-   ##
==========================================
+ Coverage   79.81%   80.21%   +0.40%     
==========================================
  Files         128      128              
  Lines       36493    36949     +456     
==========================================
+ Hits        29126    29640     +514     
+ Misses       7367     7309      -58     

@Alberto-DM Alberto-DM marked this pull request as ready for review February 22, 2022 09:35
Copy link
Collaborator

@maxcapodi78 maxcapodi78 left a comment

Choose a reason for hiding this comment

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

Overall it's a great feature. only minor comments

@Alberto-DM Alberto-DM requested a review from maxcapodi78 March 1, 2022 16:26
Copy link
Collaborator

@maxcapodi78 maxcapodi78 left a comment

Choose a reason for hiding this comment

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

LGTM

@Alberto-DM Alberto-DM merged commit 1f79ea5 into main Mar 2, 2022
@Alberto-DM Alberto-DM deleted the ADM/Rectangle_inside_polygon branch March 2, 2022 10:32
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.

4 participants