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

POINT.inside_rect? not working correctly when point is a hash #88

Open
artFuchs opened this issue Jun 9, 2021 · 0 comments
Open

POINT.inside_rect? not working correctly when point is a hash #88

artFuchs opened this issue Jun 9, 2021 · 0 comments

Comments

@artFuchs
Copy link

artFuchs commented Jun 9, 2021

When representing a point with a hash and calling "inside_rect?" the functions seens to not be working correctly.
The case that the error happened was with the point {x: 12, y: 37} and the rect {x: 10, y: 10, w: 4, h: 25} the result should be false.
bug?

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

No branches or pull requests

1 participant