voronoi generator could create empty cells
Open
- Dominant language
- C++
- Stars
- 70
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
The voronoi builder calls voronoi_diagram::_build()
to remove degenerate edges and vertices. Once this is done, Voronoi cells are sometimes left, which reference no edge. These invalid cells should be removed as well by the same method.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.