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

Update in geometry #14

Closed
barbacbd opened this issue May 13, 2022 · 0 comments
Closed

Update in geometry #14

barbacbd opened this issue May 13, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Low Priority Work does not affect any specific release

Comments

@barbacbd
Copy link
Owner

Update This function to provide the users with the ability to determine if their point lies within a complex or simple geometry. Accept a set of ordered points in the clockwise direction. If there are just two points, create a bounding box using the min, min to max, max (essentially creating a square) and check that way. Less than 2 points returns False.

Create the unit tests to test this functionality.

@barbacbd barbacbd added enhancement New feature or request help wanted Extra attention is needed Low Priority Work does not affect any specific release labels May 13, 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 help wanted Extra attention is needed Low Priority Work does not affect any specific release
Projects
None yet
Development

No branches or pull requests

1 participant