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

Convex Hull failure case #24

Closed
peterstace opened this issue Aug 7, 2019 · 1 comment
Closed

Convex Hull failure case #24

peterstace opened this issue Aug 7, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@peterstace
Copy link
Owner

peterstace commented Aug 7, 2019

The current convex hull implementation doesn't work correctly for the following (randomly generated) input:

MULTIPOINT(
(0.5326521145582077 0.5485877685877577),
(0.3621088142676205 0.5659955147732555),
(0.3858468357723894 0.3782674382646396),
(0.42894512378502714 0.46383436182460924),
(0.47475298844919056 0.3891140656169353),
(0.5068343483791182 0.44323186954969124),
(0.5704711402594045 0.572169994958013),
(0.3729267858810107 0.6136299003606884),
(0.6483512013657207 0.6362081037667116),
(0.417255810423433 0.44728479764485624)
)
@peterstace peterstace added the bug Something isn't working label Aug 7, 2019
@peterstace
Copy link
Owner Author

Fixed by c5ed88a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant