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

Fix planar hull with several poins in the start/end sweep line #281

Merged
merged 2 commits into from
Nov 28, 2021

Conversation

blegat
Copy link
Member

@blegat blegat commented Nov 28, 2021

Closes #271

@codecov
Copy link

codecov bot commented Nov 28, 2021

Codecov Report

Merging #281 (08a0bd5) into master (cfa465f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   88.34%   88.35%           
=======================================
  Files          37       37           
  Lines        2901     2910    +9     
=======================================
+ Hits         2563     2571    +8     
- Misses        338      339    +1     
Impacted Files Coverage Δ
src/planar.jl 99.12% <100.00%> (-0.88%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cfa465f...08a0bd5. Read the comment docs.

@blegat blegat merged commit 30d3543 into master Nov 28, 2021
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.

Incorrect planar hull evaluation
1 participant