cemcen / Delynoi

An object-oriented C++ library for the generation of polygonal meshes
18 stars 8 forks source link

Clipped Voronoi diagram #3

Closed CsatiZoltan closed 5 years ago

CsatiZoltan commented 5 years ago

As far as I understood, your library can generate Delaunay triangulations on polygonal regions. I would need a clipped Voronoi diagram on that region. It means that all Voronoi cells are finite and their union gives the region. I would need as an output the list of Voronoi cells described by their vertices. Ideally, I would also need the connectivities of the Voronoi cells and that each segment is between which Voronoi cells. Is it possible?

CsatiZoltan commented 5 years ago

Finally, I managed to achieve them.