DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
338 stars 60 forks source link

Missing corners on steps geometry in 2D convex hull #45

Open debashis66 opened 3 years ago

debashis66 commented 3 years ago

Hi

Is it possible that small features (steps) can be missed in 2D convex hull if the step height is below the tolerance ? In the attached figure couple of step corners are not included in convex hull (black)

Screen Shot 2021-05-29 at 10 47 14 AM