The fast 3D Delaunay builder GEO::PeriodicDelaunay3d has hardcoded exit when a Voronoi cell is empty.
It could be interesting to let the user configure through a flag if they still want the diagram in such case.
A similar function (void abort_if_empty_cell(bool)) is already implemented for GEO::RegularWeightedDelaunay2d.
The fast 3D Delaunay builder
GEO::PeriodicDelaunay3dhas hardcoded exit when a Voronoi cell is empty.It could be interesting to let the user configure through a flag if they still want the diagram in such case.
A similar function (
void abort_if_empty_cell(bool)) is already implemented forGEO::RegularWeightedDelaunay2d.